I want to hide the bottom toolbar on a specific screen in my application, and IB seems to have the option for the preview to appear to work correctly, but when I create and test the application, the bottom toolbar is still there.
I know that I can use [self.navigationController setToolbarHidden:YES]; but my question is not how to do this with code, but how to make it work through Interface Builder.

Here is a screenshot of what I'm talking about. Look on the right as I selected the bottom panel: None - this removes the bottom panel, as shown on the left. If I set it to output (instead of None), the bottom line will appear in IB preview.
How can I make this work correctly?
Baub
source share