美文网首页
Swift 从子视图跳转到指定tabBar主界面

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

作者: ShineYangGod | 来源:发表于2020-05-06 14:09 被阅读0次

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

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

    相关文章

      网友评论

          本文标题:Swift 从子视图跳转到指定tabBar主界面

          本文链接:https://www.haomeiwen.com/subject/jofwghtx.html