Instagram-like UIImageView subclass. Progress view and activity view appear during image download. Support memory and disk caching. Inspired by FXImageView and Tapku's TKImageCache. Using AFNetworking.
- Memory and disk caching
- Customizable progress view and activity view. Simply set your custom progress view and activity view.
- Tap image view to reload.
- Show network activity while downloading images.
- ARC.
- Very simple to use. Just one line of code. Or more.
git submodule update --init --recursive
- Import files inside Class folder to your project.
- Add AFNetworking to your project.
- Add EXTScope.h, EXTScope.m, and metamacros.h from libextobjc to your project.
- Simply call
setImageWithContentsOfURL:placeholderImage:
method.
NPRImageView is available under the MIT license, because it sounds cool and everybody's using it. See the License.txt file for more info.