Quote:
Originally Posted by ipodishima
Hi !
I'm also trying to do somehing like that (like the rss readers do) and it's hard to have a fast scroll, with caching images etc. I also found a tip : have a custom cell view et put a view into it instead of managing directly in your custom cell, right here : Fast Scrolling in Tweetie with UITableView
(And Apple update the code for custom cell)
Have you any tips to give for caching, or improving performance ? thanks
|
Not sure if you read my post, but that's exactly what I am doing, however I still had scrolling issues. Those are now almost fully resolved, and I simple don't think it's possible for me to do more seeing I use images that are a bit larger that the ones in other apps, plus I have to resize the images on the fly. I optimized my scrolling even further, by compressing the images upon saving them, which helped the load time a bit.
Also if you have ANY NSLogs get rid of them. They slow everything down a lot.