I know that iOS 5 allows for UINavigationBar customisation, but I’m not sure it does what I need. I want to remove the bar entirely, or at least make it invisible, but keep the buttons (backButton, rightBarButton, etc) and replace them with my own images. I could implement actual buttons, but keeping the navBar is far more convenient as I want to use its behaviour. Is this possible? Many thanks.
Share
You can set the navBar to hidden and handle all of the navigation yourself. The navigation controller is still there, but navigation is overridden with your custom buttons.