Some time ago I mentioned the SDWebImage library which has been very popular for downloading and caching images with objective-c.
Here’s an open source Swift based library inspired by SDWebImage for easy downloading and caching of images called Kingfisher from Wei Wang with a number of nice features.
Kingfisher provides asynchronous downloading and caching, memory and disk caching, a clean syntax, and more. You can use the downloader or caching functions separately, and there are functions for managing the cache.
You can find Kingfisher on Github here.
A nice library for easy downloading and caching of images.
Original article: Open Source Swift Library For Easy Asynchronous Image Downloading And Caching
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.