hide tab bar in view with push

前端 未结 7 1689
离开以前
离开以前 2021-02-03 22:51

I have a tabBar + NavigationViewController. The Tab bar has collection view with cells(Say view1) and with cells a push seag

7条回答
  •  孤独总比滥情好
    2021-02-03 23:14

    if you want to hide TabBarController Bottom Bar : #Swift 3

    In YourViewController : in ViewDidLoad() method

    self.tabBarController?.tabBar.isHidden = false
    

提交回复
热议问题