Merge pull request #264 from aburgel/use_shared_cache

Change SDWebImageManager to use shared image cache
This commit is contained in:
Olivier Poitrey 2013-01-04 14:38:56 -08:00
commit 75cf6a09ae
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
{
if ((self = [super init]))
{
_imageCache = SDImageCache.new;
_imageCache = [SDImageCache sharedImageCache];
_imageDownloader = SDWebImageDownloader.new;
_failedURLs = NSMutableArray.new;
_runningOperations = NSMutableArray.new;