To run the example project, clone the repo, and run pod install
from the Example directory first.
AppImageViewer is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'AppImageViewer'
AppImageViewer is available through Swift Package Manager. To install it, simply add the following dependency to your Package.swift
.package(url: "https://github.com/karthikAdaptavant/AppImageViewer.git", from: "1.6.2")
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)
karthik-ios-dev, [email protected]
AppImageViewer is available under the MIT license. See the LICENSE file for more info.