I am new to programming on iphone and stumbled upon this problem which I think should be fairly simple.
I am using a tab bar application created from a template in Xcode IOS 5.1. It works fine and creates 3 screens in the storyboard (tablet panel controller + + 2 pull-down views), but when I try to add the top panel to these two views, the problem arises ...
I do this by adding the top navigation bar in the interface designer from the object inspector for the tab bar controller. After checking this option, the top panel is displayed perfectly in my storyboard for all three screens (tabbarcontroller + 2 descended views), but after starting the project the top navigation bar no longer exists.
What am I missing here? Why is there no top bar?
source
share