问题
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
回答1:
Looks like you are searching for JTSImageViewController
See:
https://github.com/jaredsinclair/JTSImageViewController
回答2:
I have just created an example project for you.
https://github.com/khuong291/100DaysOfSwift (Project 53)
Hope this help.
来源:https://stackoverflow.com/questions/36956332/viewcontroller-animation-like-zooming-and-zooming-out