Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ViewController animation like zooming and zooming out

I have a CustomGridView with UIView for images, if i click on an image It should be show in another viewcontroller with Zoomin Transition (It should show like it comes out from the grid), when i closing that it should animate like it goes back to the same place like Zoomout effect,

I searched for this i unable to find the library that suited my needs, can somebody suggest how can i achieve this

enter image description here

like image 427
anjnkmr Avatar asked Apr 30 '16 14:04

anjnkmr


2 Answers

I have just created an example project for you.

https://github.com/khuong291/100DaysOfSwift (Project 53)

Hope this help.

like image 90
Khuong Avatar answered Nov 18 '22 16:11

Khuong


Looks like you are searching for JTSImageViewController

See:
https://github.com/jaredsinclair/JTSImageViewController

like image 26
Antzi Avatar answered Nov 18 '22 15:11

Antzi