Search code examples
iosxcodeswiftuinavigationbarxcode7

Xcode simulator - Navigation bar is missing


I don't know why but my navigation bar is missing from my ios simulation.

Anybody know where might be the problem?

Yes I have "Shows Navigation bar" and I don't have any warnings.

I wanted to try "Update frames" but I don't have this option available.

I am using Xcode 7.3 and Swift.

Thank you

enter image description here


Solution

  • You can solve by embedding a navigation controller:

    enter image description here