user1327904
user1327904

Reputation:

Content disappeared in Storyboard editor

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?) enter image description here

The views are all grayed out in the menu on the left side as well. That appears as follows: enter image description here

Also, the views load in the simulator as they did before. All the views are still there. Any thoughts?

Upvotes: 1

Views: 523

Answers (1)

zisoft
zisoft

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

Related Questions