How to implement animation associated with a hard pinch in the "Photo"?

Is there any built-in animation in the iOS API for the effect that you have in the Photos app on the ipad?

I mean the animation associated with a hard gesture over image albums: enter image description here

I need to implement a similar effect in my application in order to display a group of images.

thank

+3
source share
1 answer

No, there is no built-in animation for this. You have to do it yourself, unfortunately.

0
source

All Articles