Skip to content

arzrasel/AlamofireImageKit

Repository files navigation

AlamofireImageKit

Rz Rasel CI Status Version License Platform GitHub release Swift Xcode

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 11
  • Swift 5
  • Xcode 12

Installation

AlamofireImageKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AlamofireImageKit'

or

pod 'AlamofireImageKit', '~> 1.0'

Usages

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")

Author

Md. Rashed - Uz - Zaman (Rz Rasel)

License

AlamofireImageKit is available under the MIT license. See the LICENSE file for more info.