Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode is not showing my buttons, labels, textfields, and views

Xcode is not showing all the buttons, textfields, etc. I have in my storyboard. As you can see in the image below, somehow all my elements are appearing with a "watermark" in the storyboard element inspector on the left. Why is it doing this? How can I fix it? It is driving me crazy because I cannot see where my elements are when I try and add some more...

enter image description hereenter image description here

How can I solve this and why is Xcode so buggy anyways?

like image 302
idelara Avatar asked Jun 12 '15 07:06

idelara


1 Answers

You have a size class enabled (note the blue bar across the center-bottomish). My guess is that all those views are missing in that size class. Click the bar, turn it back to Any x Any.

like image 150
Ewan Mellor Avatar answered Nov 12 '22 20:11

Ewan Mellor