您好我有2个TabBar控制器 标签控制器A. Tabbar控制器B
来自A.tab3我需要切换到B.tab1
到目前为止我所做的一切使B.tab1在A.tab1中打开。我需要的是在“A”标签栏控制器
之外打开B.tab1任何帮助表示赞赏 感谢
答案 0 :(得分:2)
解决了这段代码:
let tbb = storyboard!.instantiateViewController(withIdentifier: "TabbarB") as! UITabBarController
UIApplication.shared.keyWindow?.rootViewController = tbb