Skip to content

Simple full screen UIImageView viewer, can be dismissed with a tap or flick

License

Notifications You must be signed in to change notification settings

Bilue/ImageViewer

 
 

Repository files navigation

Simple full screen UIImage viewer

Installation

Carthage

Simply add the dependency to your Cartfile

github "Tovkal/ImageViewer"

then carthage update and add it to your project.

Cocoapods

Add the following to your Podfile

pod 'ImageViewer', :git => 'https://github.com/tovkal/ImageViewer'

Usage

Simply pass the UIImageView you want to display and the VC presenting ImageViewer, where the imageView is currently displayed.

ImageViewer.showImage(imageView: imageView, presentingVC: self)

About

Simple full screen UIImageView viewer, can be dismissed with a tap or flick

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 88.0%
  • Ruby 9.9%
  • Objective-C 2.1%