Exposing the SDWebImageManager from the SDWebImagePrefetcher class. Fixes #394
This commit is contained in:
parent
2973aedd09
commit
6c409cd8a0
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue