Quote:
Originally Posted by wannamobile
Try to hide it before and after the detail view get called.
That means you have to hidesBottomBarWhenPushed at the ViewDidLoad and ViewWillAppear methods.
Hope this helps, if you still have the issue.
|
It didn't do the trick for me.. do you have any other suggestions?
Basically, I add the tab bar controller to the window in the app delegate. In each tab there's a view controller containing a navigation controller, which in turn displays a table view which can be drilled down. There's 3 levels in the table view, then there's a detail view. When the detail view is shown, I'd like to hide the tab bar.. still no luck. Please let me know if you have any sort of solution. And if you know a better way to display a tab bar with nav controllers and table views I'd like to hear that too. Thanks!!