首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

UITableView小片断,小总结

2013-04-05 
UITableView小片段,小总结1.- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NS

UITableView小片段,小总结

1.

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

方法要比

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath 方法

先返回

?

即,高度比cell填充先返回

?

2.

xib自定义Cell,复用无效;需要用代码重写

热点排行