Apple Ramos
Apple Ramos

Reputation: 275

Missing UI Elements in XCode 6

I had this problem wherein my UI Elements seem to be missing/hidden in storyboard where in fact it is not. This is a screenshot of my problem.

enter image description here

Upvotes: 6

Views: 2220

Answers (1)

Bhavin Bhadani
Bhavin Bhadani

Reputation: 22364

The problem is with your device layout....
Actually it makes on other layout like wAny hAny and now you show it on other layouts like wCompact hRegular....thats why the problem occurs...

Here is the visual presentation

enter image description here

You can enable it by checking the option installed for your size classes in your attribute inspector. Refer this image

enter image description here

Upvotes: 15

Related Questions