举个小例子:
本人iOS开发
UITableViewCell 要显示什么,有多高,都是cell自己的事,你把数据给我,我自己显示,你把数据给我,我给你高度。
- (void)bindPoster:(Poster *)poster;
- (void)cellHeight:(Poster *)poster;
酱紫...
本人iOS开发
UITableViewCell 要显示什么,有多高,都是cell自己的事,你把数据给我,我自己显示,你把数据给我,我给你高度。
- (void)bindPoster:(Poster *)poster;
- (void)cellHeight:(Poster *)poster;
酱紫...
