答案 0 :(得分:1)
看一下很棒的教程: https://www.raywenderlich.com/129059/self-sizing-table-view-cells 它用于自动布局方式。但委托方法
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
//code
}
更为首选,因为它的REAL更快。看这里:https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5#.i439tyds6