You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to some changes in how Autolayout works with new storyboard format in Xcode 8, CKTextField with constraints does not show unless misplaced on storyboard as gets 0,0, 1000, 1000 frame by default.
Due to some changes in how Autolayout works with new storyboard format in Xcode 8, CKTextField with constraints does not show unless misplaced on storyboard as gets 0,0, 1000, 1000 frame by default.
See http://stackoverflow.com/questions/39503572/xcode-8-uibuttons-with-constraints-not-showing-up/39548367#39548367
For my project I've solved by setting the frame in layoutSubviews: (mind the differences from repo)
Is there a better way?
The text was updated successfully, but these errors were encountered: