myTableView.estimatedRowHeight = ;
myTableView.rowHeight = UITableViewAutomaticDimension;

不需要实现

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

{

return <#expression#>

}

05-06 04:00