Skip to content

danipralea/AppImageViewer

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 96.5%
  • Ruby 3.5%