Update README.md
Minor fix to callback arguments. NSData included now.
This commit is contained in:
parent
42468464b5
commit
b54f530925
|
@ -114,7 +114,7 @@ It's also possible to use the async image downloader independently:
|
|||
{
|
||||
// progression tracking code
|
||||
}
|
||||
completed:^(UIImage *image, NSError *error, BOOL finished)
|
||||
completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished)
|
||||
{
|
||||
if (image && finished)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue