在cell中计算出高度之后在tableview代理里面获取高度

2017-08-15  本文已影响15人  一年影绰

经常忘记所以记下

-(CGFloat )tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{
    ModelCell *cell =(ModelCell *)[self tableView:tableView cellForRowAtIndexPath:indexPath];
    return cell.frame.size.height;
}
上一篇下一篇

猜你喜欢

热点阅读