SDWebImagePrefetcher Class Reference
| Inherits from | NSObject |
| Declared in | SDWebImagePrefetcher.h SDWebImagePrefetcher.m |
Properties
Instance Methods
cancelPrefetching
Remove and cancel queued list
- (void)cancelPrefetchingDeclared In
SDWebImagePrefetcher.hprefetchURLs:
Assign list of URLs to let SDWebImagePrefetcher to queue the prefetching, currently one image is downloaded at a time, and skips images for failed downloads and proceed to the next image in the list
- (void)prefetchURLs:(NSArray *)urlsParameters
- urls
list of URLs to prefetch
Declared In
SDWebImagePrefetcher.hprefetchURLs:completed:
Assign list of URLs to let SDWebImagePrefetcher to queue the prefetching, currently one image is downloaded at a time, and skips images for failed downloads and proceed to the next image in the list
- (void)prefetchURLs:(NSArray *)urls completed:(void ( ^ ) ( NSUInteger finishedCount , NSUInteger skippedCount ))completionBlockParameters
- urls
list of URLs to prefetch
- completionBlock
block to be called when prefetching is completed
Declared In
SDWebImagePrefetcher.h