XCode6 layout, TableViewController cannot see navigation items

I was porting some code on top of an XCode5 form to XCode6 and I realized I couldn't figure out how to see my navigation items as part of my TableViewController on a storyboard. As you can see in the following image, I have an AddPilot button

enter image description here

My storyboard, however, looks like this, and there is no Add Pilot visual representation from which I can drag and drop to create segues etc. enter image description here

Do I need to do something on the display to show it?

+3


source to share


1 answer


In my case, reinstalling xcode completely didn't help, so I clicked the Show Editor Helper button and then looked at my storyboard.

enter image description here



It helped in some magical way.

0


source







All Articles