CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

PASImageView 2.0.0

PASImageView 2.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Dec 2016
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Pierre Abi-aad.



PASImageView

*Rounded async imageview downloader lightly cached and written in Swift 3 *

Objective-C version here

Snapshot

Snapshop PASImageView

Usage

//XIB or directly by code

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.