ストーリーボードを使用して、ビューコントローラーを巻き戻します
を探しています:
- 左から右へのトランジションを削除
また、
- 2つのUIViewControllerの間にfadeIn、fadeOutを設定します。
私はそれを行う方法がこれを介していると確信しています:
func navigationController(navigationController: UINavigationController, animationControllerForOperation operation: UINavigationControllerOperation, fromViewController fromVC: UIViewController, toViewController toVC: UIViewController) -> UIViewControllerAnimatedTransitioning? {
return nil
}
しかし、これが呼び出されて nil が返されたとしても、まだトランジションを表示しています。