I want to embed a UITabBarController
inside a UINavigationController
. I found a similar question here on StackOverflow, but my attempted implementation does not let me add a UIBarButtonItem
to navigationItem.rightBarButtonItems
.
Below is a screenshot of my implementation. "Button 1" and "Button 2" are not displayed in the running app. Any ideas what I'm doing wrong?