Fixed #384 (documentation wrognly stated a return type was NSOperation)
This commit is contained in:
parent
12ee2d114b
commit
5b59677437
|
@ -180,7 +180,7 @@ SDWebImageManager *manager = [SDWebImageManager sharedManager];
|
|||
* downloading. This block is thus called repetidly with a partial image. When image is fully downloaded, the
|
||||
* block is called a last time with the full image and the last parameter set to YES.
|
||||
*
|
||||
* @return Returns a cancellable NSOperation
|
||||
* @return Returns an NSObject conforming to SDWebImageOperation. Should be an instance of SDWebImageDownloaderOperation
|
||||
*/
|
||||
- (id <SDWebImageOperation>)downloadWithURL:(NSURL *)url
|
||||
options:(SDWebImageOptions)options
|
||||
|
|
Loading…
Reference in New Issue