Ask HN:Which iOS library performs faster for async image loading?

by xackpoton 3/3/2014, 9:09 PMwith 2 comments

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?

by ltcolemanon 3/3/2014, 9:26 PM

you need to watch the WWDC 2012 session 211 with teaches NSOperationQueue for touch processing

http://pupuweb.com/wwdc-2012-session-211-building-concurrent...