私は少数のストーリーボードを持っていUINavigationControllers
ますUIViewControllers
。
2performSegueWithIdentifier(..)
番目から 3 番目のウィンドウのデフォルト アニメーションは、右から左へのスライドです。しかし、私performSegueWithIdentifier(..)
が 3 番目のウィンドウからUINavigationController
アニメーションにすると、下から上にスライドします。UIViewController
->UINavigationController
アニメーションをUIViewController
->のようなものに設定するにはどうすればよいUIViewController
ですか?