这是一个创建于 4112 天前的主题,其中的信息可能已经有所发展或是发生改变。
举个小例子:
本人iOS开发
UITableViewCell 要显示什么,有多高,都是cell自己的事,你把数据给我,我自己显示,你把数据给我,我给你高度。
- (void)bindPoster:(Poster *)poster;
- (void)cellHeight:(Poster *)poster;
酱紫...
2 条回复 2014-08-27 20:56:17 +08:00  | | 2 dopcn 2014-08-27 20:56:17 +08:00 + (CGFloat)cellHeightWithData:(id)data; |