An open API service indexing awesome lists of open source software.

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

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) {

}];
```