I’ve an Tab-bar based iPhone app.
the app consiste of 2 tabs.
Each tab has a navigation controller with 3 ViewControllers.
How to prevent the TabBar from being displayed in one of the ViewControllers (because it already has its own TabBar navigation)?
Found this a, credit the original postert:
Is it possible to hide the tabbar when a button is pressed to allow a full screen view of the content?