• Stars
    star
    175
  • Rank 218,059 (Top 5 %)
  • Language
    Swift
  • Created over 10 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Rounded async imageview downloader lightly cached and written in Swift

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.