| - (void) imagePrefetcher: |
|
(SDWebImagePrefetcher *) |
imagePrefetcher |
| didFinishWithTotalCount: |
|
(NSUInteger) |
totalCount |
| skippedCount: |
|
(NSUInteger) |
skippedCount |
|
|
| |
|
optional |
Called when all images are prefetched.
- Parameters
-
| imagePrefetcher | The current image prefetcher |
| totalCount | The total number of images that were prefetched (whether successful or not) |
| skippedCount | The total number of images that were skipped |
| - (void) imagePrefetcher: |
|
(SDWebImagePrefetcher *) |
imagePrefetcher |
| didPrefetchURL: |
|
(NSURL *) |
imageURL |
| finishedCount: |
|
(NSUInteger) |
finishedCount |
| totalCount: |
|
(NSUInteger) |
totalCount |
|
|
| |
|
optional |
Called when an image was prefetched.
- Parameters
-
| imagePrefetcher | The current image prefetcher |
| imageURL | The image url that was prefetched |
| finishedCount | The total number of images that were prefetched (successful or not) |
| totalCount | The total number of images that were to be prefetched |
The documentation for this protocol was generated from the following file: