Swift 从子视图跳转到指定tabBar主界面

从tabbar的子页面跳转到指定的tabbar主页面,话不多说直接上代码:

self.navigationController?.tabBarController?.selectedIndex = 0
self.navigationController?.popViewController(animated: false)

你可能感兴趣的:(Swift 从子视图跳转到指定tabBar主界面)