Is it possible to hide the tab controller on certain views? Something like `self.tabBarController?.tabBar.hidden = true` for the regular tabbar in Swift?
Is it possible to hide the tab controller on certain views? Something like
self.tabBarController?.tabBar.hidden = truefor the regular tabbar in Swift?