I use Apple's example LazyTableImages to lazy loading image to my table view cell. The default cell height is 60 and icon size is 48 ( in IconDownloader.m "kAppIconSize 48"). But if i change the cell height to 100 and icon size to 90 and it's not working.
When i reload tableView, is show up image with 90 but after 0,5 second return to 48.
I want to show up the covers of films and books with height = 90 and width = 55.
How and where can i edit the code?
In tableView cellForRowAtIndexPath or IconDownloader.m?
Thank You!