问题描述
但是,由于Tweetie被Twitter购买,atebits已不复存在,示例代码已经消失,
任何人都有一个示例代码的副本或不同的资源实现这个方法绘制UITableViewCell到一个视图?
可在此处:
他只是在继承自UIView的drawRect:方法中执行自己的绘图。另请参见
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?
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?
这篇关于atebits Twitter快速滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!