Self Sizing Cells

  1. 设置好cell里面的约束
  2. 设置下面两个属性
tableView.estimatedRowHeight = 36.0
tableView.rowHeight = UITableViewAutomaticDimension
  1. 注意需要把label的lines设置成0,label才能换行显示。


    Self Sizing Cells_第1张图片
    line_zero.png

你可能感兴趣的:(Self Sizing Cells)