ios - 右约束警告

标签 ios constraints xcode7

我执行以下操作:

enter image description here

然后它显示这个:

enter image description here

我哪里做错了?

最佳答案

从 iOS 8 开始,UIView 有一个 layoutMargins 属性,并且根据 docs :

The side margins vary depending on the current size class, but can be either 16 or 20 points (for a view that is UIViewController's root view)

因此,如果您想确保您的 imageView 是“边到边”,请取消选择 Constrain to margins 选项并将四个约束设置为 0

关于ios - 右约束警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34202465/

相关文章:

ios - NSURLSession block 中的方法延迟

xcode - 从 Xcode 7 的覆盖率统计中排除代码

iOS:编辑 MKPolygon 的 Alpha

mysql复合外键引用超过2个属性

c# - 为什么在通用参数约束中强制执行某些顺序?

Java:从大文件中获取随机行

ios - MFMessageComposeViewController 发送失败

ios - 如何通过 iPhone SDK 中的 FBconnect 或 Graph API 在 facebook 中评论或点赞照片?

ios - 如何使 NSCalendar 周从星期一而不是星期日开始

ios - 在 iPhone 6S 或 iPhone 6S Plus 模拟器上模拟压力触摸/3D 触摸