作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的应用程序有一个 TabBarController,其中第二个选项卡上有一个按钮,按下该按钮会将用户带到新的 ViewController。我想知道是否可以从单击按钮后显示的 ViewController 移回 TabBarController 的第二个选项卡。现在我的应用程序可以返回到 TabBarController 但它只显示第一个选项卡而不是第二个选项卡的 View 。目前,我只是从 main.storyboard 设置了 segues,以便返回到 TabBarController。
最佳答案
只需设置选定的索引:
tabBarController?.selectedIndex = 1
关于ios - 如何从 ViewController 切换回 TabBarController 的第二个选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44374005/
我是一名优秀的程序员,十分优秀!