To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 11
- Swift 5
- Xcode 12
AlamofireImageKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AlamofireImageKit'
or
pod 'AlamofireImageKit', '~> 1.0'
let imageView = UIImageView()
imageView.onLoadAfImage(from: "image url")
or
let imageView = UIImageView()
imageView.onLoadAlamofireImage(from: "image url")
or
let imageView = UIImageView()
imageView.onLoadImage(from: "image url")
Md. Rashed - Uz - Zaman (Rz Rasel)
AlamofireImageKit is available under the MIT license. See the LICENSE file for more info.