As I updated my Xcode from version 5 to 6 I saw a strange things in the storyboard. Here is one example:
- What my requirement was - I wanted no space between my view and the container view.
- What I did - I dragged the views left/right edge so that it meets the container margin. And then I put a horizontal spacing constraint.
Earlier the value used to be - Leading/Trailing Space to:Superview Equals:0
Now after updating to Xcode 6 it always shows - Leading/Trailing Space to:Superview Equals:-16.000000
Why does this happen?