swift - Why my item in Xcode6 Storyboard become invisible/translucent? -
this question has answer here:
i have items in xcode storyboard become invisible shown in picture. don't know happened , how make normal.
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
Post a Comment