swift - Why my item in Xcode6 Storyboard become invisible/translucent? -


i have items in xcode storyboard become invisible shown in picture. don't know happened , how make normal.

enter image description here

not pickerview in picture meet such problem, buttons in other controller view meet same problem.

any or link appreciate.

it's because when added picker view in specific size class, , not in size class. have made picker view conditional view (conditional upon view controller being in size class @ given moment).

it's not invisible absent view controller's view in current size class, because it's different size class. xcode merely doing asked do, i.e. include view when in other size class.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -