Skip to content

paulemmanuel-garcia/InstaZoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Replicate Instagram Zooming feature

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published