ABTableViewCell高度

时间:2010-07-11 09:41:04

标签: objective-c iphone uitableview cocoa-touch uikit

我正在通过atebits使用ABTableViewCell:http://github.com/enormego/ABTableViewCell http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/

我无法弄清楚的一件事是如何改变细胞的高度。由于绘图方法,我认为它不会响应我发现的更改UITableViewCell高度的常规方法。

1 个答案:

答案 0 :(得分:2)

UITableView处理单元格高度。使用rowHeight属性或委托方法:

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

ABTableViewCell响应任何其他单元格对这些方法的响应。