-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath{
? ? //一句話搞定cell高度自適應(yīng)
? ? return [self cellHeightForIndexPath:indexPath cellContentViewWidth:WIDTH tableView:tableView];
}
-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath{
? ? //一句話搞定cell高度自適應(yīng)
? ? return [self cellHeightForIndexPath:indexPath cellContentViewWidth:WIDTH tableView:tableView];
}