[![CI Status](http://img.shields.io/travis/Tung Vo/DTPhotoViewerController.svg?style=flat)](https://travis-ci.org/Tung Vo/DTPhotoViewerController)
It is very easy to use DTPhotoViewerController, all you need to do is to get UIImageView and UIImage instances, then:
if let viewController = DTPhotoViewerController(referenceView: imageView, image: image) {
self.presentViewController(viewController, animated: true, completion: nil)
}
To run the example project, clone the repo, and run pod install
from the Example directory first.
DTPhotoViewerController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "DTPhotoViewerController"
Tung Vo, tung98.dn@gmail.com
DTPhotoViewerController is available under the MIT license. See the LICENSE file for more info.