遵循于: NSObject
声明处: SDWebImageManager.h
任务
- imagePrefetcher:didPrefetchURL:finishedCount:totalCount:
- imagePrefetcher:didFinishWithTotalCount:skippedCount:
实例方法
imagePrefetcher:didFinishWithTotalCount:skippedCount:
- (void)imagePrefetcher:(nonnull SDWebImagePrefetcher *)imagePrefetcher didFinishWithTotalCount:(NSUInteger)totalCount skippedCount:(NSUInteger)skippedCount
讨论
当所有图片已经预加载时调用。
参数
imagePrefetcher
当前图片的预加载。
totalCount
需要预加载的所有图片的总数。(无论成功与否)
skippedCount
被忽略的图片的总数。
声明处
SDWebImagePrefetcher.h
imagePrefetcher:didPrefetcherURL:finishedCount:totalCount:
- (void)imagePrefetcher:(nonnull SDWebImagePrefetcher *)imagePrefetcher didPrefetchURL:(nullable NSURL *)imageURL finishedCount:(NSUInteger)finishedCount totalCount:(NSUInteger)totalCount
讨论
当一张图片被预加载时调用。
参数
imagePrefetcher
当前图片的预加载。
imageURL
被预加载的图片url。
finishedCount
已经预加载的图片总数。(成功或者失败都算)
totalCount
准备预加载的图片总数。
声明处
SDWebImagePrefetcher.h
// END 写代码能够写到几岁呢。35岁,40岁,还是写到老。 怎么努力,很是紧张。