Xcode 9 - “Fixed Width Constraints May Cause Clipping” and Other Localization Warnings

后端 未结 13 1132
失恋的感觉
失恋的感觉 2020-11-27 10:33

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

13条回答
  •  执笔经年
    2020-11-27 11:03

    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.

提交回复
热议问题