atebits Twitter fast scrolling

前端 未结 1 740
清歌不尽
清歌不尽 2020-12-18 05:50

I\'m looking to implement the same technique used by atebits in the Twitter app to achieve very fast UITableView scrolling,

http://blog.atebits.com/2008/12/fast-scro

相关标签:
1条回答
  • 2020-12-18 06:14

    Available here: https://github.com/enormego/ABTableViewCell

    He is simply doing his own drawing in the drawRect: method inherited from UIView. See also Tricks for improving iPhone UITableView scrolling performance?

    0 讨论(0)
提交回复
热议问题