动态设置uitableview高度,参考

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

{

//    UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];

//    return cell.contentView.frame.size.height;

UITableViewCell *cell = [self tableView:tableView cellForRowAtIndexPath:indexPath];

return cell.frame.size.height;

}

不能直接用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];

上一篇:ASP.NET MVC中设置跨域


下一篇:js基础 js自执行函数、调用递归函数、圆括号运算符、函数声明的提升 js 布尔值 ASP.NET MVC中设置跨域