NBImageCache 0.1.0

NBImageCache 0.1.0

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

Maintained by Noam bar-on.



  • By
  • Noam Bar-on

What NBImageChache Does

  • Utilizes Realm.io to store images on disk
  • Retrieves images from cache or from the web, according to availability
  • Lets you save optional meta data alongside each image
  • Leaves all network activity to you
  • Lets you add your functionality in key points through the process
  • Uses an asynchronous and serial approach processing each image request

Usage

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

Requirements

Installation

NBImageCache is available through CocoaPods. To install it, simply add the following line to your Podfile:

Author

Noam Bar-on, [email protected]

License

Fast and asynchronous image cache, based on Realm.io and with a simple block based api