- 设置好cell里面的约束
- 设置下面两个属性
tableView.estimatedRowHeight = 36.0
tableView.rowHeight = UITableViewAutomaticDimension
-
注意需要把label的lines设置成0,label才能换行显示。
line_zero.png
tableView.estimatedRowHeight = 36.0
tableView.rowHeight = UITableViewAutomaticDimension
注意需要把label的lines设置成0,label才能换行显示。
本文标题:Self Sizing Cells
本文链接:https://www.haomeiwen.com/subject/ietacttx.html
网友评论