Popularity
3.7
Stable
Activity
0.0
Stable
175
10
29

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Images    
Latest version: v2.0.0

PASImageView alternatives and similar libraries

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

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

Add another 'Images' Library

README

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.


*Note that all licence references and agreements mentioned in the PASImageView README section above are relevant to that project's source code only.