I downloaded the new Xcode and in Interface Builder I\'m having a ton of problems with warnings that say things like:
Fixed Width Constraints May Caus
I had a similar issue when trying have the button with the same paddings from the edges of the super view.
I've ended up using horizontal center constraint and equal widths constraint to the super view.
horizontal center
equal widths
super view