Reputation:
Upon updating to Xcode Beta 7, I noticed that nothing was actually visible in my storyboard files. It currently looks like this (isn't it strange that the segues are all the same length now?)
The views are all grayed out in the menu on the left side as well. That appears as follows:
Also, the views load in the simulator as they did before. All the views are still there. Any thoughts?
Upvotes: 1
Views: 523
Reputation: 23078
You probably designed your view's contents in another size class so they are greyed out. Try switching to w/any h/any and see if your elements reappear.
Upvotes: 1