In this tutorial you are going to create a cool circular transition between two ViewControllers that could be used as a menu or to highlight another feature of your Apps.
In this tutorial you are going to create a cool circular transition between two ViewControllers that could be used as a menu or to highlight another feature of your Apps.
HI, Nice tutorial !
I’m wondering if it’s possible to make that code work for three view controllers.
What I mean is, tapping a button in View A takes you to View B as you would expect, but when tapping a button in ViewController B it animates the same way it would from B to A, only it takes you to View C.
Any tips?
Thanks
Hi Mickael,
this would require some changes. But I think that from a UX point of view it does make more sense to bring the user back to the original view controller because thats kind of what he/she expects.
Very good tutorial! I really love it
may I ask, how to apply this to view transition? or wrapped inside a tabbar?