I have a UINavigationController
in Interface Builder in a storyboard. I've added two UIBarButtonItems
to the first UIViewController
. They display just fine. How can I add them to the second UIViewController
which is navigatated to? On that view controller, I only see the Back button.
When I try dragging a UIBarButtonItem
to the top of the second view controller, the button ends up at the bottom of the scene for some reason. It is not displayed when running the app.
Edit: I should have mentioned that I know how to do this in code, but not in Interface Builder.