Merge pull request #3223 from Huang-Libo/patch-2
Correct document in SDWebImageDownloader
This commit is contained in:
commit
041377680b
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue