项目中某个界面tableview的cell使用了动态变高,cell的高度设置为UITableViewAutomaticDimension
self.tableView.estimatedRowHeight = 370
(这个值不必特别精准,只要和cell的可能高度相差不是很大就可以了)
ps: 重点一定是要把xib上下左右的每个约束都做好。
项目中某个界面tableview的cell使用了动态变高,cell的高度设置为UITableViewAutomaticDimension
self.tableView.estimatedRowHeight = 370
(这个值不必特别精准,只要和cell的可能高度相差不是很大就可以了)
ps: 重点一定是要把xib上下左右的每个约束都做好。
本文标题:UITableView.automaticDimension
本文链接:https://www.haomeiwen.com/subject/cgwcgltx.html
网友评论