Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abiaad/PASImageView
Rounded async imageview downloader lightly cached and written in Swift
https://github.com/abiaad/PASImageView
Last synced: 8 days ago
JSON representation
Rounded async imageview downloader lightly cached and written in Swift
- Host: GitHub
- URL: https://github.com/abiaad/PASImageView
- Owner: abiaad
- Created: 2014-06-09T21:36:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T07:54:49.000Z (about 8 years ago)
- Last Synced: 2024-04-28T17:46:33.598Z (8 months ago)
- Language: Swift
- Homepage:
- Size: 304 KB
- Stars: 175
- Watchers: 10
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ios - PASImageView - Rounded async imageview downloader lightly cached and written in Swift. (Media / Image)
- awesome-ios-star - PASImageView - Rounded async imageview downloader lightly cached and written in Swift. (Media / Image)
- awesome-swift-cn - PASImageView - async remote download your image and round them. automatically. (Libs / Images)
README
# PASImageView
============**Rounded async imageview downloader lightly cached and written in Swift 3 **
[Objective-C version here](https://github.com/abiaad/PAImageView)
## Snapshot
![Snapshop PASImageView](https://raw.github.com/abiaad/pasimageview/master/snapshot.gif)
## Usage
```swift
//XIB or directly by codevar 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](http://github.com/abiaad)
[@abiaad](https://twitter.com/abiaad)## License
PASImageView is available under the MIT license.