CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Sep 2016 |
| SPMSupports SPM | ✗ |
Maintained by Ahmad Athaullah.
QAsyncImageView is a extented UIImageView library written in Swift.
import QAsyncImageView
let imageView = UIImageView(frame: CGRectMake(100, 50, imageWidth, imageWidth))
imageView.loadAsync("https://static.pexels.com/photos/4062/landscape-mountains-nature-lake.jpeg")
import QAsyncImageView
let imageView = UIImageView(frame: CGRectMake(100, 50, imageWidth, imageWidth))
imageView.loadAsync("https://static.pexels.com/photos/4062/landscape-mountains-nature-lake.jpeg", placeholderImage: UIImage(named: "placeholder"))