Swiftpack.co - wxxsw/GSImageViewerController as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by wxxsw.
wxxsw/GSImageViewerController 1.6.3
An image viewer controller with zoom transition, in Swift.
⭐️ 289
🕓 3 years ago
iOS
.package(url: "https://github.com/wxxsw/GSImageViewerController.git", from: "1.6.3")

GSImageViewerController

Demo

Example

To show normal image viewer controller:

let imageInfo   = GSImageInfo(image: someImage, imageMode: .aspectFit)
let imageViewer = GSImageViewerController(imageInfo: imageInfo)
navigationController?.pushViewController(imageViewer, animated: true)

To show zoom transition image viewer controller:

let imageInfo      = GSImageInfo(image: someImage, imageMode: .aspectFill, imageHD: someHDImageURLOrNil)
let transitionInfo = GSTransitionInfo(fromView: someView)
let imageViewer    = GSImageViewerController(imageInfo: imageInfo, transitionInfo: transitionInfo)
present(imageViewer, animated: true, completion: nil)

Requirements

Master

  • iOS 8.0+
  • Xcode 10.2+ (Swift 5)

1.5.2

  • iOS 8.0+
  • Xcode 10 (Swift 4.2)

1.4.2

  • iOS 8.0+
  • Xcode 9 (Swift 4)

1.2.1

  • iOS 8.0+
  • Xcode 8 (Swift 3)

1.1.1

  • iOS 7.0+
  • Xcode 7 (Swift 2)

Installation

CocoaPods:

In your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod "GSImageViewerController"

And in your *.swift:

import GSImageViewerController

License

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

GitHub

link
Stars: 289
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics