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

https://github.com/sonsongithub/uzimagecollection

Image collection view controller like Photo.app.
https://github.com/sonsongithub/uzimagecollection

Last synced: 30 days ago
JSON representation

Image collection view controller like Photo.app.

Awesome Lists containing this project

README

        

[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![License](https://img.shields.io/cocoapods/l/reddift.svg?style=flat)](http://cocoadocs.org/docsets/UZImageCollection)

# UZImageCollection

Image collection view controller to display images that are specified by URL like Photo.app.

![uzimagecollection](https://cloud.githubusercontent.com/assets/33768/8720260/9977a5b8-2bec-11e5-9560-a296eb2ed12c.gif)

1. Supported animated GIF.
2. Easy to use.
3. Written in Swift.

#### CAUTION
This project is created using Xcode7 and in Swift2.0.

#### How to use
```
let URLList = [....]
let vc = ImageCollectionViewController.controllerInNavigationController(URLList)
self.presentViewController(vc, animated: true, completion: { () -> Void in })
```

#### Dependency
* UZImageCollection depends on [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage).

#### License
MIT license.