Monday, December 15, 2008

Fast Scrolling in Tweetie with UITableView


http://blog.atebits.com/2008/12/fast-scrolling-in-tweetie-with-uitableview/

Cutting to the chase, here's the secret: One custom view per table cell, and do your own drawing. Sounds simple? That's because it is. It's actually simpler than dealing with a ton of subviews of labels and images, and it's about a bzillion times faster (according to my informal tests).

No comments: