Immediate children of the UIViewController's view
outlet have a weird 16pt horizontal padding in constraint space but not frame space.
- Add a UIViewController to a XIB file in Xcode 6
- Add a subview to the UIViewController's
view
- Stretch the subview so that its leading and trailing edges touch the superview
- Click on the pinning constraints button
- Observe that IB wants to add -16pt distances from the subview to its superview
Where is this discrepancy coming from? How can I get my subview to stay constrained to the superview's edges?