/AppImageViewer

Primary LanguageSwiftMIT LicenseMIT

AppImageViewer

Version License Platform

Effect

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

AppImageViewer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AppImageViewer'

Usage

    let appImage = ViewerImage.appImage(forImage: tappedImage.image!)
    let viewer = AppImageViewer(originImage: tappedImage.image!, photos: [appImage], animatedFromView: tappedImage)
    viewer.delegate = self
    present(viewer, animated: true, completion: nil)

Author

karthik-ios-dev, karthik.samy@a-cti.com

License

AppImageViewer is available under the MIT license. See the LICENSE file for more info.