Reputation: 579
Immediate children of the UIViewController's view
outlet have a weird 16pt horizontal padding in constraint space but not frame space.
view
Where is this discrepancy coming from? How can I get my subview to stay constrained to the superview's edges?
Upvotes: 0
Views: 172
Reputation: 519
In the pin constraints popover, uncheck "Constrain to margins".
There is some more discussion of this feature here: What is "Constrain to margin" in Storyboard in Xcode 6
Upvotes: 2