Adam Young
Adam Young

Reputation: 1331

Navigation Bar not showing in Storyboard in Xcode 6

I know this question has been asked before. I have already tried this Navigation Bar not showing in Storyboard. I have a navigation bar and a toolbar. They were showing in the storyboard fine before I restarted my system. They work completely fine during runtime but I am no longer able to access it using Storyboard. I have also tried changing top bar for Simulated metrics. Here is the screenshot for the same.

Storyboard Screenshot

Runtime Screenshot

Upvotes: 4

Views: 7833

Answers (2)

Asadullah Ali
Asadullah Ali

Reputation: 1064

Try This seems like your frame is misplaced from the top and not according to the constraint too enter image description here

Upvotes: 3

duan
duan

Reputation: 8845

Make sure it is ticked here for Navigation Controller in Storyboard:

enter image description here

Upvotes: 4

Related Questions