我的布局如下:
Table View (dynamic prototypes, row: automatic height and estimate)
Table View Cell (row height: default)
Content View
Stack View (axis: horizontal, alignment: center, distribution: fill)
Image View (height: 70, width: 70)
Label
UITableView对其超级视图(顶部,底部,前导和尾随)具有全部4个约束。与其超级视图相比,UIStackView也是如此。
问题是行高不在接口构建器中计算,实际上它指向以下冲突约束:
bottom = Stack View.bottom
height = 70
Stack View.top = top
centerY = Image View.centerY
我觉得这个布局非常简单,它让我觉得它不起作用。