UZImageCollection

Image collection view controller like Photo.app.

MIT License

Stars
7

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

License

MIT license.

Badges
Extracted from project README
Carthage compatible License
Related Projects