MEDataLoader
MEDataLoader is an iOS library that allow loading & caching of data from a remote URL
Description
MEDataLoader is an iOS library that allow loading & caching of data from a remote Url It consists of 2 main components:
- MEDownloader: can load Data from a remote Url that don't duplicate multiple requests for the same Url, request can be cancelled without affecting other requests.
- MECache: caches Any object with a cache limit.
Installation
MEDataLoader is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MEDataLoader'
Author
m7md3elwan, [email protected]
License
MEDataLoader is available under the MIT license. See the LICENSE file for more info.