I have a storyboard with few UINavigationControllers
and UIViewControllers
.
When I performSegueWithIdentifier(..)
from the second to third window default animation is right to left slide. But when I performSegueWithIdentifier(..)
from the third window to UINavigationController
the animation is from bottom to top slide. How to set UIViewController
-> UINavigationController
animation to one like UIViewController
-> UIViewController
?