E.g.
[[TTNavigator navigator] openURLAction:[[TTURLAction actionWithURLPath:url] applyAnimated:YES]];
The default transition is move the new controller from Right to the Left
I want the reverse, exactly the transition when you back the parent controller by pressing the nav. controller left buttom – move the new controller from Left to the Right.
Any easy way to do so?
Thanks.
Please view Better NavigationController transition in Three20 using TTURLAction on how to create a custom animation when navigating between controllers.
I guess your transition type will by
kCATransitionPushand the subtypekCATransitionFromLeft. See CATransition Reference