Popularity
0.7
Growing
Activity
0.0
Stable
18
2
0

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Media     Image    

Silo alternatives and similar libraries

Based on the "Image" category.
Alternatively, view Silo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Silo or a related project?

Add another 'Image' Library

README

Silo

Silo is a extremely easy to use and very basic image loader for iOS built in Swift.

if you use Silo in your project please let me know!

alt tag

Version

2.0

Installation

Download from here

  • import the Swift Files

Just drag and drop both Silo and SiloExt files.

Usage

If you are using AutoLayout please call after the view appears or in ViewDidAppear method

UIImageView from storyboard

imageView.toSiloView(String)
imageView.toSiloView(String, loaderColor: UIColor)

//Set loader color after initialization
imageView.setLoaderColorForSiloView(UIColor.redColor())

Initialize a new UIImageView

   UIImageView(withUrl: String, frame: CGRect)
   UIImageView(withUrl: String, loaderColor: UIColor, frame: CGRect)