* 大量tableview的使用(包括静态表)
* 研读过[更轻量的 View Controllers](https://www.objccn.io/issue-1-1/)
* 研读过[整洁的 Table View 代码](https://www.objccn.io/issue-1-2/)
* 研读过[Pro iOS Table Views: for iPhone, iPad, and iPod touch](https://www.amazon.com/Pro-iOS-Table-Views-iPhone/dp/1430233486/ref=sr_1_2?ie=UTF8&qid=1486305485&sr=8-2&keywords=Pro+iOS+Table+Views)
* 研读过[通过实现TableView来理解IOS编程](https://www.gitbook.com/book/yishuiliunian/implementate-tableview-to-understand-ios/details)
* 看过tableview的[“模拟源码”](https://github.com/BigZaphod/Chameleon/blob/master/UIKit/Classes/UITableView.m)
* 封装过tableview