Will attempt to recover by breaking constraint
<MASLayoutConstraint:0x7fef047b95c0 UILabel:0x7fef047f5fe0.height == 200>
出现上述情况,添加优先级即可
make.height.equalTo(200).priority(500);
Will attempt to recover by breaking constraint
<MASLayoutConstraint:0x7fef047b95c0 UILabel:0x7fef047f5fe0.height == 200>
出现上述情况,添加优先级即可
make.height.equalTo(200).priority(500);