Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change push-segue or its animation style

Here is my question about push-segue and go to "Home page" in iOS app.

Everything works, but push-segue have only one animation type "from right to left". In iPad app it is not beautiful. So, how could I change animation type, for example, to "fade"?

Or may be there is other way to prepare what I want.

like image 272
Romowski Avatar asked Apr 08 '13 04:04

Romowski


1 Answers

Starting iOS 7, you can use animated transitioning to customize. You can watch WWDC 2013 session 218 Custom Transitions Using View Controllers for more details

like image 63
X.Y. Avatar answered Sep 23 '22 03:09

X.Y.