-
Saves image to cache without downloading it.
-
Keep a reference to the image URL
-
Delay the loading of the placeholder image until after load
-
…ted:cancelled: method. Fixes #526
-
#725 adding completition block when removing image from cache
-
fixed SDWebImageRefreshCached bug for large images
-
Synthesize `executing` and `finished` properties.
-
Fix build on Xcode6
-
If NSURLConnection response statusCode not valid (e.g. 404) , downloader...
-
…tops its runloop and hangs the operation queue
-
add a suspension method to image downloaders
-
…thod so we don't break compatibility with older versions
-
The ioQueue is "SERIAL" ,so "dispatch_barrier_async" is not needed.
-
It's generally a bad idea to remove items from a container while iterating through it.
-
…gh it. And fix the thread safe issue.
-
Improve logging and fix arm64 warnings when printing integers with %d
-
Update projects to Xcode recommended settings
-
add category for imageView's highlighted state