作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个包含 5 个选项卡的选项卡 View ,每个选项卡都嵌入在导航 Controller 中!在选项卡 1 中,我输入 View Controller A,然后输入到 View Controller B!在 B View Controller 中的按钮上,我想弹出到 Root View ,并更改选项卡!我使用了这段代码:
self.navigationController?.popToRootViewController(animated: true)
self.tabBarController?.selectedIndex = 4
但它只会弹出到 Root View ,并且不会更改选项卡!我怎样才能做到这两个?!
最佳答案
你必须改用它。
self.navigationController?.tabBarController?.selectedIndex
关于ios - 如何在弹出到 rootView Swift 后立即更改选项卡?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50832884/
我是一名优秀的程序员,十分优秀!