我有一个模态segue。在Storyboard segue
的{{1}}中,我取消选中Attributes inspector
选项并关闭Animates
内UIViewController
我正在执行此操作:
UINavigationController
但它仍然需要关闭顶部到底部的动画。
无论如何关闭没有动画的模态?
答案 0 :(得分:0)
这是我在没有动画的情况下关闭UIViewController
内的模态UINavigationController
所需要做的事情:
self.presentingViewController?.dismiss(animated: false, completion: nil)