Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7.1 - Prototype cells in storyboard not showing up

I just updated to Xcode 7.1 and I noticed that all of the prototype cells in my storyboard tableviews are showing as blank and their elements are missing. Sometimes I can see the prototype cells at the top of the tableview, but when I scroll down to view the others all the cells appear blank and white again.

Has anybody else experienced this and is there a quick fix?

like image 596
Eugene Avatar asked Oct 23 '15 21:10

Eugene


1 Answers

Yes, I'm also experiencing this issue.

As a quick workaround, you can set the View Controller simulated size to Freeform, and make it big enough to accomodate all of your custom cells.

Select View Controller

Change its height

Changing it back to Fixed will revert it to the regular size.

like image 108
Peba Avatar answered Oct 04 '22 10:10

Peba