When opening up a project today, there is some weird behavior in XCode. Things have disappeared in the storyboard
view like the NavigationBar
in viewController
, the buttons associated with it, etc. I can see in the Scene list that they still exist. Is there any way to have these show up again?
Asked
Active
Viewed 726 times
4

Tarek Hallak
- 18,422
- 7
- 59
- 68

wuntee
- 12,170
- 26
- 77
- 106
1 Answers
1
You probably need to add a navigation controller to your storyboard and make your view controller the root. You cannot simply set the top bar in simulated metrics in storyboard to navigation bar.

user2643184
- 79
- 7