myTableView.estimatedRowHeight = 44; myTableView.rowHeight = UITableViewAutomaticDimension;
不需要实现
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return <#expression#>
}
时间: 2024-10-11 07:03:12
myTableView.estimatedRowHeight = 44; myTableView.rowHeight = UITableViewAutomaticDimension;
不需要实现
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
{
return <#expression#>
}