Exposing the SDWebImageManager from the SDWebImagePrefetcher class. Fixes #394
Showing
1 changed file
with
5 additions
and
0 deletions
@@ -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; |
-
Please register or login to post a comment