Search code examples
iosuinavigationcontrollerstoryboard

iOS IB Storyboard: Navigation Bar doesn't show in some child views


See the image below. I've Tab Bar Controller. I've embedded Table view in Navigation Controller. I've further child Table view & two UI views. As you can see Navigation Bar appears for some view while it doesn't appear for other. Why is this? How to fix it. I've not added any code, just trying it in storyboard.

enter image description here


Solution

  • It looks like it is showing the navigation bar just not the title of the other view controllers. That's where you are seeing <Back. If you set the Title field on the view controller, you should see the title in that same area.