https://github.com/inloop/inlassetservice
An iOS library for convenient asset download and storage
https://github.com/inloop/inlassetservice
Last synced: about 2 months ago
JSON representation
An iOS library for convenient asset download and storage
- Host: GitHub
- URL: https://github.com/inloop/inlassetservice
- Owner: inloop
- License: cc0-1.0
- Created: 2016-02-24T04:33:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T11:33:37.000Z (almost 10 years ago)
- Last Synced: 2024-12-29T05:26:21.883Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# INLAssetService
## Overview
INLAssetService is an iOS library for convenient asset download and storage.
```
[INLAssetService downloadAndStoreImages:resources baseURL:url
completion:^(NSArray * images) {
}];
```