tableview

1、tableview :headerview(高度,禁用悬停),分割线左对齐,移除多余的行,数据源和代理方法的自动调用

http://www.cnblogs.com/kenshincui/p/6708873.html

2、tableview基础知识:概述,基本介绍,数据源,代理,性能优化,cell,常用操作,cell,MVC模式

3、分割线

设置分割线的长度

http://blog.csdn.net/zhoushiweicsdn/article/details/52169038


UITableView取消某一个cell的分割线

http://blog.csdn.net/xychinachengdu/article/details/50547969


4、可能出现的报错

http://blog.csdn.net/univcore/article/details/16337877


5、利用长按手势移动Table View Cells    http://www.cocoachina.com/ios/20140326/8050.html  


6、自定义tableView的section header/footerView时的view复用问题

http://www.jianshu.com/p/ba6b1e127f42


1、viewForHeaderInSection :自定义headerview  和 自定义footerview

http://blog.csdn.net/a547720714/article/details/51919899

http://www.jianshu.com/p/02f89a5700c7

2、headerView的循环利用:http://www.cnblogs.com/gchlcc/p/5526093.html

http://blog.csdn.net/oik_ios/article/details/34436219

你可能感兴趣的:(tableview)