标签:
myTableView.estimatedRowHeight = 44; myTableView.rowHeight = UITableViewAutomaticDimension;
不需要实现
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return <#expression#>
}
标签:
原文地址:http://www.cnblogs.com/shidaying/p/4718794.html