-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
downloadWithURL:options:progress:completed: doesn't return a NSOperation #384
Comments
Could you please point me to the part of the doc that is telling this? |
http://hackemist.com/SDWebImage/doc/Classes/SDWebImageManager.html The doc says: Returns a cancellable NSOperation |
Ok thx, I'll fix that |
Any news? |
It's fixed in the master |
devedup
pushed a commit
to FilmFlexMovies/SDWebImage
that referenced
this issue
Sep 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation states that downloadWithURL:options:progress:completed: in the SDWebImageManager Class returns a NSOperation.
I just checked the source and it turns out that the method returns a NSObject.
https://github.com/rs/SDWebImage/blob/master/SDWebImage/SDWebImageManager.m#L13
The text was updated successfully, but these errors were encountered: