atebits Twitter fast scrolling

╄→гoц情女王★ 提交于 2020-01-10 03:00:27

问题


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-scrolling-in-tweetie-with-uitableview/

But, due to Tweetie being purchased by Twitter, atebits has ceased to exist and the sample code has gone, along with all of the css for the site.

Does anybody have a copy of the sample code or a different resource on implementing this method of drawing UITableViewCell's into one view?


回答1:


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?



来源:https://stackoverflow.com/questions/7581482/atebits-twitter-fast-scrolling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!