Skip to content

Commit b54f530

Browse files
author
Tony Issakov
committed
Update README.md
Minor fix to callback arguments. NSData included now.
1 parent 4246846 commit b54f530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ It's also possible to use the async image downloader independently:
114114
{
115115
// progression tracking code
116116
}
117-
completed:^(UIImage *image, NSError *error, BOOL finished)
117+
completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished)
118118
{
119119
if (image && finished)
120120
{

0 commit comments

Comments
 (0)