iOS / Swift:在视图控制器之间快速移动

时间:2018-12-03 08:32:17

标签: ios swift

假设我有一个MainTabBarController,从其中一个选项卡中,转到FirstViewController,然后从FirstViewController,转到SecondViewController(全部以模态形式出现),当用户单击“取消”按钮时,在SecondViewController中,我想回到MainTabBarController ,而不显示FirstViewController,如果没有NavigationController,我可以这样做吗? cus我在当前版本的代码中没有NavigationController,这将花费我很多更改:(

1 个答案:

答案 0 :(得分:3)

在您的SecondViewController中,您可以在点击“取消”按钮时调用以下代码,这将获得presentingViewController的{​​{1}}-> SecondViewController的{​​{1}} presentingViewController并在其上调用FirstViewController

TabBarController