Skip to content

josejuanqm/Silo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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] dld

  • 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)

About

Very easy to use image loader for swift

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published