CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Dec 2017 |
SwiftSwift Version | 3.1 |
SPMSupports SPM | ✓ |
Maintained by Lucas Twisk, Mark Cornelisse.
A snappy image viewer with zoom and interactive dismissal transition.
To install SimpleImageViewer into your Xcode project using Swift Package Manager, specify it in your Package.swift
file:
dependencies: [
.Package(url: "https://github.com/aFrogleap/SimpleImageViewer.git", majorVersion: 1)
]
let configuration = ImageViewerConfiguration { config in
config.imageView = someImageView
}
let imageViewerController = ImageViewerController(configuration: configuration)
present(imageViewerController, animated: true)
SimpleImageViewer is available under the MIT license. See the LICENSE file for more info.
Copyright (c) 2017 aFrogleap