In Interface builder, create a UIView, then a UINavigationBar and then attempt to add multiple UIBarButtomItems to that Navigation Bar. The resulting hierarchy should be:
- View - Navigation Bar - Navigation Item (Title) - Bar Button Item - Bar Buttom Item
I can never seem to add the second Bar Button Item. I know it is possible because the Utility Application Template in XCode has it. If I copy and past that Navigation Bar to my XIB it works fine. I am looking to create a NavigationBar with left, right button and middle text.
UPDATE
Another test is to try and add a Bar Buttom Item to the left position. Can't seem to do it for me at least.
What am I missing here?