I have dropped a UINavigationController onto the story board and added a UIToolbar to it. Then using storyboard I attempt to drag and drop a bar button item onto it and set its System Item property to "camera". I don't see anything added to the toolbar. UINavigationViewController with Toolbar:
Is this the correct way to add bar button items to a toolbar using Storyboard? I want this tool bar to appear on all view controllers attached to this navigation controller.