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.
- Host: GitHub
- URL: https://github.com/sonsongithub/uzimagecollection
- Owner: sonsongithub
- License: mit
- Created: 2015-06-06T20:32:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-08T23:51:15.000Z (over 8 years ago)
- Last Synced: 2025-04-23T23:14:20.018Z (30 days ago)
- Language: Swift
- Size: 23.2 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Carthage/Carthage)
[](http://cocoadocs.org/docsets/UZImageCollection)# UZImageCollection
Image collection view controller to display images that are specified by URL like Photo.app.

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.