LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
<SDWebImagePrefetcherDelegate> Protocol Reference
Inheritance diagram for <SDWebImagePrefetcherDelegate>:

Instance Methods

(void) - imagePrefetcher:didPrefetchURL:finishedCount:totalCount:
 
(void) - imagePrefetcher:didFinishWithTotalCount:skippedCount:
 

Method Documentation

- (void) imagePrefetcher: (SDWebImagePrefetcher *)  imagePrefetcher
didFinishWithTotalCount: (NSUInteger)  totalCount
skippedCount: (NSUInteger)  skippedCount 
optional

Called when all images are prefetched.

Parameters
imagePrefetcherThe current image prefetcher
totalCountThe total number of images that were prefetched (whether successful or not)
skippedCountThe 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
imagePrefetcherThe current image prefetcher
imageURLThe image url that was prefetched
finishedCountThe total number of images that were prefetched (successful or not)
totalCountThe total number of images that were to be prefetched

The documentation for this protocol was generated from the following file: