Tagged Questions
3
votes
1answer
651 views
'NSInvalidArgumentException', reason: 'Unable to parse constraint format'
I have a subview that I want to keep stops during rotating screen, so I decided to put the NSLayoutConstraint type:
Trailing Space to Superview
Top Space to Superview
Button Space to Superview
I'm ...
3
votes
1answer
2k views
How to have a view resize using Xcode's auto layout
I am using Xcode's auto layout feature for the first time in a project where I have several NSPopUpButtons.
Now what I want to achieve is to have two popUpButtons in a row together with their labels ...