Authored by Alex Burgel

Change SDWebImageManager to use shared image cache

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