I have a tabBar + NavigationViewController. The Tab bar has collection view with cells(Say view1) and with cells a push seag
tabBar
NavigationViewController
if you want to hide TabBarController Bottom Bar : #Swift 3
In YourViewController : in ViewDidLoad() method
self.tabBarController?.tabBar.isHidden = false