我的应用程序有一个TabBarController,其中第二个Tab上有一个按钮,其中press将用户带到新的ViewController。我想知道是否可以在按钮被单击回TabBarController的第二个选项卡后从ViewController移动。现在我的应用程序可以返回到TabBarController,但它只显示第一个选项卡而不是第二个选项卡的视图。目前我只是从main.storyboard设置了segues,以便返回到TabBarController。
答案 0 :(得分:0)
只需设置所选索引:
tabBarController?.selectedIndex = 1