TableView之自适应cell高度
2016-05-10 本文已影响340人
spectatorNan
Masonry 自适应cell高度
首先设置
self.tableView.estimatedRowHeight = xx;
或
self.tableView.rowHeight = UITableViewAutomaticDimension;
然后在自定义cell中设置底部约束就可以了
Masonry 自适应cell高度
self.tableView.estimatedRowHeight = xx;
或
self.tableView.rowHeight = UITableViewAutomaticDimension;
然后在自定义cell中设置底部约束就可以了