I use a navigation controller throughout my application. However, there is one screen that I wish to hide the navigation bar after the view as appeared. My problem is when I hide the navigation bar, I can't use the whole screen real estate even if my .xib in IB is setup that way. It seems that the navigationBar and the navigation toolbar space are reserved somehow.
I'm able to use the whole screen if I set the alpha of the navigationBar to 0 in viewWillAppear however I need to have the navigationBar visible when the view appears so that is not a solution.
Any tips or solutions is appreciated!
Thanks!
Update
I want the nagivationbar to be "floating" on top of my MKMapView, I want to have the same effect that the Photo.app have minus the transparency.