At the moment, you click viewController in the navigation stack, you can use this:
[controller setHidesBottomBarWhenPushed:YES]
[self.navigationController pushViewController:controller]
Or see this topic for manual hiding / showing
How to hide uitabbarcontroller
source
share