Change SDWebImageManager to use shared image cache
This commit is contained in:
parent
c876cafa7a
commit
cfb65f2d75
|
@ -39,7 +39,7 @@
|
|||
{
|
||||
if ((self = [super init]))
|
||||
{
|
||||
_imageCache = SDImageCache.new;
|
||||
_imageCache = [SDImageCache sharedImageCache];
|
||||
_imageDownloader = SDWebImageDownloader.new;
|
||||
_failedURLs = NSMutableArray.new;
|
||||
_runningOperations = NSMutableArray.new;
|
||||
|
|
Loading…
Reference in New Issue