Exposing the SDWebImageManager from the SDWebImagePrefetcher class. Fixes #394

This commit is contained in:
Bogdan Poplauschi 2014-06-17 18:54:04 +03:00
parent 2973aedd09
commit 6c409cd8a0
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@
*/
@interface SDWebImagePrefetcher : NSObject
/**
* The web image manager
*/
@property (strong, nonatomic, readonly) SDWebImageManager *manager;
/**
* Maximum number of URLs to prefetch at the same time. Defaults to 3.
*/