(This project is not ready yet, although you can clone the repository and run the code as-is to see the working of the BVCache image library.)
If you like to live dangerously, you can copy all the essential files from this repo into your project.
Caching and setting images to your UIImageViews is as easy as -
[imageView setCachedImage:@"Image url!"]];Want to contribute? Great! Feel free to contribute to this repo in any form! More improvements coming soon!
- Write Tests
- Avoid duplicate image fetch when same URL is requested simultaneously.
- Add Code Comments
MIT