cocoanetics.com
And Now Lazy Loading with NSURLConnection
In my previous post I demonstrated how to quickly whip up some lazy loading for a UIImageView. Today I revamped it to use NSURLConnection instead, because this would allow for cancelling the reques…