I am using SDWebImageCache for async image loading but it is still slow and sometimes takes a few seconds if the user scrolls too fast. What different ways have you used to make the image loading faster with fast scrolling?
Ask HN:Which iOS library performs faster for async image loading?
1–3 of 3 posts
Re: Ask HN:Which iOS library performs faster for async image loading?
#2you need to watch the WWDC 2012 session 211 with teaches NSOperationQueue for touch processing
http://pupuweb.com/wwdc-2012-session-211-building-concurrent...
Re: Ask HN:Which iOS library performs faster for async image loading?
#3you need to watch the WWDC 2012 session 211 with teaches NSOperationQueue for touch processing http://pupuweb.com/wwdc-2012-session-211-building-concurrent...
I do realize that isn't the best link, but you can at least see the full session title there.