美文网首页
什么样才算深入理解tableview的机制?

什么样才算深入理解tableview的机制?

作者: 暮雨云归_9911 | 来源:发表于2017-05-31 22:29 被阅读0次

    * 大量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

    相关文章

      网友评论

          本文标题:什么样才算深入理解tableview的机制?

          本文链接:https://www.haomeiwen.com/subject/bqajfxtx.html