Skip to content

Rounded async imageview downloader lightly cached and written in Swift

Notifications You must be signed in to change notification settings

MichMich/PASImageView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PASImageView

============

Rounded async imageview downloader lightly cached and written in Swift

Objective-C version here

Snapshot

Snapshop PASImageView

Usage

var imageView = PASImageView(frame: aFrame)
imageView.backgroundProgressColor(UIColor.whiteColor())
imageView.progressColor(UIColor.redColor())
self.view.addSubview(imageView)
// Later
 imageView.imageURL(anURL)

That's all

Contact

Pierre Abi-aad @abiaad

License

PASImageView is available under the MIT license.

About

Rounded async imageview downloader lightly cached and written in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%