码迷,mamicode.com
首页 > 其他好文 > 详细

tableView中自定header视图的重用问题

时间:2014-11-23 15:39:24      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:style   io   ar   color   使用   sp   for   on   div   

   在UItableView中使用代理方发

- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section时,使用UIView自定义的header,发现不能重用,后来发现要想重用必须使用 UITableViewHeaderFooterView自定义header, UITableViewHeaderFooterView类似继承与UIView的一个类,有initWithReuseIdentifier方法,类似于UITableViewCell的重用标示符方法,而UIView没有此方法,而且在设置背景颜色是要使用contentView.backgroundColor,不能直接使用backgroundColor

tableView中自定header视图的重用问题

标签:style   io   ar   color   使用   sp   for   on   div   

原文地址:http://www.cnblogs.com/shanyimin/p/4116492.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!