Masonry 自适应cell高度
首先设置
self.tableView.estimatedRowHeight = xx;
或
self.tableView.rowHeight = UITableViewAutomaticDimension;
然后在自定义cell中设置底部约束就可以了
Masonry 自适应cell高度
self.tableView.estimatedRowHeight = xx;
或
self.tableView.rowHeight = UITableViewAutomaticDimension;
然后在自定义cell中设置底部约束就可以了
本文标题:TableView之自适应cell高度
本文链接:https://www.haomeiwen.com/subject/fuyyrttx.html
网友评论