ASImageLoader 0.2.0

ASImageLoader 0.2.0

Maintained by Anobisoft.



ASImageLoader

CI Status Version Downloads Platform Language License Twitter

ASImageLoader - helper for image loading with configurable cache. Equipped with automated function optimized for collections (UITableView and UICollectionView).

Example

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

Installation with CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like ASImageLoader in your projects. You can install it with the following command:

$ gem install cocoapods

Podfile

To integrate ASImageLoader into your Xcode project using CocoaPods, specify it in your Podfile:

platform :ios, '8.3'
target 'TargetName' do
pod 'ASImageLoader'
end

Then, run the following command:

$ pod install

Requirements

Minimum iOS Target is ios 8.3.

License

ASImageLoader is released under the MIT license. See LICENSE for details.