Bhavesh Dhaduk
Bhavesh Dhaduk

Reputation: 1906

iOS - View Transition open and close

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.

enter image description here enter image description here enter image description here

Upvotes: 1

Views: 590

Answers (1)

Itamar
Itamar

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

Related Questions