CocoaPods trunk is moving to be read-only. Read more on the blog, there are 7 months to go.

RJImageLoader 0.3.0

RJImageLoader 0.3.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Feb 2015

Maintained by Rounak Jain.



This project is based on Michael Villar's excellent Motion Experiments post. He designed an image loading animation which shows a circular progress indicator, and then reveals the image in an expanding circular ring.

demo

For a detailed explaination of the animation, visit raywenderlich.com.

Usage

#import <UIImageView+RJLoader.h>

//before starting
[self.imageView startLoader];

//to change the color of the indicator, use the startLoaderWithTintColor: method

//update progress
[self.imageView updateImageDownloadProgress:progress];

//after completion
[self.imageView reveal];

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

Installation

Author

Rounak Jain.

Follow me on Twitter @r0unak

Contributors

@bguidolim

License

RJImageLoader is available under the MIT license. See the LICENSE file for more info.