I am using a NavController, but i enabled the toolbar at the bottom. I also added UIBarButtonItem and on the IB, it shows. It basiclly looks like
- Navigation Controller
- Navigation Bar
- Toolbar
- Root View Controller
- Bar Button Item
- Navigation Item
So the Bar Button was added under Root View Controller, and i can see it in the IB where the Toolbar is, but when i run it, i can see the ToolBar, but not the Item which i called Item1 as its text!
Help