
[英]How to move from one view controller to another view controller though dynamic collection view using swift 5?
[英]How to move from one tabBarController child view to another Tabbar controller in swift 3.0
我有一个tabBarController
,它在Tab 3上有三个标签,我有一个ViewController,它还有一个子节点。 但是从UITabBarController
索引3的那个Child ViewController我想要移动到UITabBarController
索引1如何做那个善解释。
只需为uitabbarviewcontroller设置所需的selectedindex。 喜欢
tabBarController?.selectedIndex = 0
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.