Interface Builder Objects not visible in my storyboard (and titles are transparent)

前端 未结 1 451
遇见更好的自我
遇见更好的自我 2021-01-02 17:54

I am using the same version of XCode as another developer I am working with but when I open the project on my machine the interface objects are not visible in the storyboard

相关标签:
1条回答
  • 2021-01-02 18:41

    It's because the views have been set for a different size class in Interface Builder, and not Any & Any, which you have currently selected.

    Just change the size class in the interface builder appropriately and the views will be back! :)

    I encountered the same issue, read more here: Why don't my views show up in Storyboards and are greyed out in the left pane?

    0 讨论(0)
提交回复
热议问题