I have an application that uses a UITabBarController to switch between modes. When in a certain mode, I\'d like to hide the tab bar until the steps of that mode
UITabBarController
Why are you not using a navigation controller. It's a lot easier to hide the nav bar than the tab bar...