This commit is contained in:
Bogdan Poplauschi 2015-03-19 12:10:59 +02:00
parent 72ed897c53
commit 7f99c01804
1 changed files with 8 additions and 8 deletions

View File

@ -132,7 +132,7 @@ typedef NSString *(^SDWebImageCacheKeyFilterBlock)(NSURL *url);
* @code
SDWebImageManager *manager = [SDWebImageManager sharedManager];
[manager downloadWithURL:imageURL
[manager downloadImageWithURL:imageURL
options:0
progress:nil
completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, BOOL finished, NSURL *imageURL) {