Some time ago I mentioned the objective-c XLRemoteImageView for downloading images with a built-in progress indicator.
Here’s an open source Swift component that makes it easy to perform background image downloading and decoding with a built-in loading indicator called LoadingImageView from Cezar Cocu.
LoadingImageView provides a very simple interface allowing you to download the image in the background, display a loading indicator, and decode the image with just a few lines of code. You can customize the look of the loading indicator, and the component is usable within interface builder.
This is an animation from the readme showing LoadingImageView in action:
You can find LoadingImageView on Github here.
A nice easy to use Swift component for background downloading of images.
Original article: Open Source Swift Component For Background Image Downloads With A Built-In Progress Indicator
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
