Authored by Bogdan Poplauschi

Exposing the SDWebImageManager from the SDWebImagePrefetcher class. Fixes #394

@@ -42,6 +42,11 @@ @@ -42,6 +42,11 @@
42 @interface SDWebImagePrefetcher : NSObject 42 @interface SDWebImagePrefetcher : NSObject
43 43
44 /** 44 /**
  45 + * The web image manager
  46 + */
  47 +@property (strong, nonatomic, readonly) SDWebImageManager *manager;
  48 +
  49 +/**
45 * Maximum number of URLs to prefetch at the same time. Defaults to 3. 50 * Maximum number of URLs to prefetch at the same time. Defaults to 3.
46 */ 51 */
47 @property (nonatomic, assign) NSUInteger maxConcurrentDownloads; 52 @property (nonatomic, assign) NSUInteger maxConcurrentDownloads;