In my view tree in Storyboard I just see my subviews greyed (in some other view controllers only part of them are greyed). They are not visible in Storyboard but work as expected in the app.
This is not really convenient to work on my views design. Any bright idea?
Tried
- I have digged in my commits: nothing that seems relevant. The only weird view is that a couple view has an attribute
misplaced="YES"
I don't get why. - I have removed myproject.xcodeproj/xcuserdata, that doesn't change anything.
Thanks