Merge pull request #3223 from Huang-Libo/patch-2

Correct document in SDWebImageDownloader
This commit is contained in:
DreamPiggy 2021-04-26 11:16:31 +08:00 committed by GitHub
commit 041377680b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ typedef SDImageLoaderCompletedBlock SDWebImageDownloaderCompletedBlock;
/** /**
* Set the response modifier to modify the original download response during image load. * Set the response modifier to modify the original download response during image load.
* This request modifier method will be called for each downloading image response. Return the original response means no modification. Return nil will mark current download as cancelled. * This response modifier method will be called for each downloading image response. Return the original response means no modification. Return nil will mark current download as cancelled.
* Defaults to nil, means does not modify the original download response. * Defaults to nil, means does not modify the original download response.
* @note If you want to modify single response, consider using `SDWebImageContextDownloadResponseModifier` context option. * @note If you want to modify single response, consider using `SDWebImageContextDownloadResponseModifier` context option.
*/ */