Add details on `finished` parameter

This commit is contained in:
Olivier Poitrey 2012-11-06 18:32:15 +01:00
parent 95be2aad35
commit e343bdfb42
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ typedef void(^SDWebImageDownloaderCompletedBlock)(UIImage *image, NSError *error
* SDWebImageDownloaderProgressiveDownload option, this block is called
* repeatedly with the partial image object and the finished argument set to NO
* before to be called a last time with the full image and finished argument
* set to YES.
* set to YES. In case of error, the finished argument is always YES.
*
* @return A cancellable SDWebImageOperation
*/