self.hidesBottomBarWhenPushed = true
self.navigationController?.pushViewController(OderDetailViewController(),animated:true)
self.hidesBottomBarWhenPushed = false
swift跳转时隐藏tabbar,跳回时显示
阅读 64
2022-07-14
self.hidesBottomBarWhenPushed = true
self.navigationController?.pushViewController(OderDetailViewController(),animated:true)
self.hidesBottomBarWhenPushed = false
相关推荐
精彩评论(0)