Quote:
Originally Posted by ipodishima
Yes i read your post. ^^
I didn't try to resize images, but i improved the scrolling performance a little bit adding images in a dictionary.
I posted 'cause i thought you had a better solution.
And yes, it is better when i remove all NSLogs.
Thanks by the way !
|
Well the images I download are a bit bigger than the size I need for the tableviewcell, so I have to resize on the fly (happens automatically, but still requires a bit of processing power, unfortunately)
I have no done a dictionary, but have been thinking about using one. I am going through NSFileManager to check for a local file, which does require a bit more CPU than just checking a dictionary on the fly.
How did you set up your NSDictionary?
Thanks