Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storyboard View Elements Greyed Out

I'm currently trying to edit a storyboard file, in Xcode 6 (not sure if this is an Xcode bug, or if i've just done something), and when I go to the view i want to edit this is what the scene shows me : Problem

Is this something I've enabled accidentally? or if it's an Xcode problem. It first did this after I enabled source control for the project.

Anyone have an idea on how to fix?

like image 996
Alex Trott Avatar asked Sep 06 '14 12:09

Alex Trott


1 Answers

The problem is probably related to Size Classes. If you have the option enabled make sure that the views were created for the size class that you have currently selected in IB (the grid thing).

like image 156
Alladinian Avatar answered Oct 07 '22 04:10

Alladinian