因此,有两行代码可以使您的cellHeight自调整大小。
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 140 // set your estimatedHeight
但是,请确保单元格中的约束安装正确,并且视图具有固有的内容大小。
有关更多信息,请参阅本教程https://www.raywenderlich.com/129059/self-sizing-table-view-cells