Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
450 views
in Technique[技术] by (71.8m points)

ios - How do I get rid of the -16 when doing horizontal layout to the edge of the superview in Xcode 6?

When you try to layout a view to the edge of its super view in Xcode 6 storyboards the constraint that is generated has a constant of -16. Why is this, and how can I make it back to 0?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The -16 is because the constraint is set against the Superview.trailing/leading Margin not the edge of the superview. You can fix this by selecting the constraint and in the info in the top right select the drop down for the superview item and toggle the relative to margin to off.enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...