UITableviewCell 使用Masonry撑开cell高度 遇见[LayoutConstraints] Unable to simultaneously satisfy constraints
1.问题描述在布局UITableviewCell内容时,可用使用Masonry方便的自动计算高度撑开布局,但是当遇到cell高度不同,多个复杂的子view竖向排列时,容易产生高度计算冲突问题导致报如下一坨2.解决办法使用Masonry的priorityHigh属性来确定优先级/***SetstheNSLayoutConstraintprioritytoMASLayoutPriorityHigh*/