cellsAndConstraints

2019-08-29  本文已影响0人  昊囧
//需要注意的是,当手写Mansory约束时,如果改成NO会引起相关布局错误
 self.contentView.translatesAutoresizingMaskIntoConstraints = YES;

translatesAutoresizingMaskIntoConstraints详细解释

当遇到Safe Area In iOS9.0之类的错误时
WX20190829-172322@2x.png
检测约束问题加相关断点
WX20190829-172609@2x.png
//Symbol
UIViewAlertForUnsatisfiableConstraints
//Condition
po [[UIWindow keyWindow] _autolayoutTrace]
上一篇 下一篇

猜你喜欢

热点阅读