BKImageLoader
Use this library to load images asynchronously into UIImageView's and cache it. This is UIImaheView extention with activity indicator support. Usage:
- Manually copy the source file into your project.
- Using Cocoapod -> just add pod 'BKImageLoader' to your podfile and run pod install