SDWebImageDownloaderOperation Class Reference
| Inherits from | NSOperation |
| Conforms to | SDWebImageOperation |
| Declared in | SDWebImageDownloaderOperation.h |
Tasks
-
requestproperty -
optionsproperty -
– initWithRequest:queue:options:progress:completed:cancelled:
Instance Methods
initWithRequest:queue:options:progress:completed:cancelled:
- (id)initWithRequest:(NSURLRequest *)request queue:(dispatch_queue_t)queue options:(SDWebImageDownloaderOptions)options progress:(SDWebImageDownloaderProgressBlock)progressBlock completed:(SDWebImageDownloaderCompletedBlock)completedBlock cancelled:(void ( ^ ) ( ))cancelBlock