Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.21 KB

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, [email protected]

License

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