私には、UINavigationControllers
とUIViewControllers
という少数のストーリーボードがあります。 I第三のウィンドウのデフォルトのアニメーションに2番目からperformSegueWithIdentifier(..)
は、左右のスライドにあるUIViewControllerアニメーションを使用してUINavigationControllerを表示
。しかし、performSegueWithIdentifier(..)
から3番目のウィンドウからUINavigationController
になると、アニメーションは下から上にスライドします。 UIViewController
- >UINavigationController
アニメーションをUIViewController
- >UIViewController
のように設定するにはどうすればよいですか?
現在のviewcontrollerが必要な場合は、 –