Reputation: 1906
In the latest Expedia app for iOS, they have a very interesting effect that I am trying to wrap my head around.
When you tap on any tile it flip and zoom animation.
Can you please help me for the same for UIView transition.
Upvotes: 1
Views: 590
Reputation: 1338
I've wanted to use this kind of animations in my app as well, so I have written a simple custom segue that does just that - you can even choose between multiple types of flips!
It's called IBCellFlipSegue, give it a try and let me know what you think! https://github.com/IBLabs/IBCellFlipSegue
Upvotes: 2