Update docs to show correct arguments for SDInternalCompletionBlock
This commit is contained in:
parent
443bf50b58
commit
25fe6e97f9
|
@ -87,7 +87,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
|
||||||
[manager loadImageWithURL:imageURL
|
[manager loadImageWithURL:imageURL
|
||||||
options:0
|
options:0
|
||||||
progress:nil
|
progress:nil
|
||||||
completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
|
completed:^(UIImage *image, NSData *data, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {
|
||||||
if (image) {
|
if (image) {
|
||||||
// do something with image
|
// do something with image
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue