//需要注意的是,当手写Mansory约束时,如果改成NO会引起相关布局错误
self.contentView.translatesAutoresizingMaskIntoConstraints = YES;
translatesAutoresizingMaskIntoConstraints详细解释
当遇到Safe Area In iOS9.0之类的错误时
![](https://img.haomeiwen.com/i1334816/2571fa8e46c0cbf5.png)
检测约束问题加相关断点
![](https://img.haomeiwen.com/i1334816/6376d70f70585971.png)
//Symbol
UIViewAlertForUnsatisfiableConstraints
//Condition
po [[UIWindow keyWindow] _autolayoutTrace]
网友评论