InstaZoom 0.0.2

InstaZoom 0.0.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jan 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Paul-Emmanuel Garcia.



InstaZoom 0.0.2

InstaZoom

Replicate easily the Instagram zooming feature on UIImageView.

Usage

Demo

Import

/// Swift
import InstaZoom

Use case

  • To activate the zoom:
let imageView = UIImageView(image: yourImage)
imageView.isPinchable = true // Quite simple
  • To disable it:
imageView.isPinchable = false