假设我有一个MainTabBarController,从其中一个选项卡中,转到FirstViewController,然后从FirstViewController,转到SecondViewController(全部以模态形式出现),当用户单击“取消”按钮时,在SecondViewController中,我想回到MainTabBarController ,而不显示FirstViewController,如果没有NavigationController,我可以这样做吗? cus我在当前版本的代码中没有NavigationController,这将花费我很多更改:(
答案 0 :(得分:3)
在您的SecondViewController
中,您可以在点击“取消”按钮时调用以下代码,这将获得presentingViewController
的{{1}}-> SecondViewController
的{{1}} presentingViewController
并在其上调用FirstViewController
。
TabBarController