* 大量tableview的使用(包括靜態(tài)表)
* 研讀過[更輕量的 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)
* 研讀過[通過實現(xiàn)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