_tableView.estimatedRowHeight = 77;
_tableView.rowHeight = UITableViewAutomaticDimension;
// 删除掉
//- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
// return 70;
//}
如果是需要自动变换高度的,label设置成大于某个高度,且lines为0,即可
自适应 设定可变高度如果是固定高度,所有的高度都要添加,不让系统默认label的高度:
固定高度结果:
固定高度 自适应高度
网友评论