ImageLoader is an instrument for asynchronous image loading written in Swift. It is a lightweight and fast image loader for iOS.
Features:
- Simple methods with UIImageView Category.
- Control Loader to resume, suspend and cancel with URL.
- A module for cache can be set by yourself and default cache (Disk) uses disk spaces and un-uses memory.
- Loading images is handled by ImageLoader, not UIImageView.
- After image view start loading another image, previous loading task is possible to live with caching.
- Support NSURL, String and NSURLComponents by URLLiteralConvertible
- Optimize to use memory when image is set.
- Support image type .jpeg, .png
- Comprehensive Unit Test Coverage

Leave a Reply
You must be logged in to post a comment.