经常忘记所以记下
-(CGFloat )tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
ModelCell *cell =(ModelCell *)[self tableView:tableView cellForRowAtIndexPath:indexPath];
return cell.frame.size.height;
}
经常忘记所以记下
-(CGFloat )tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
ModelCell *cell =(ModelCell *)[self tableView:tableView cellForRowAtIndexPath:indexPath];
return cell.frame.size.height;
}
本文标题:在cell中计算出高度之后在tableview代理里面获取高度
本文链接:https://www.haomeiwen.com/subject/dhsmrxtx.html
网友评论