| - (void) sd_cancelImageLoadOperationWithKey: |
|
(NSString *) |
key |
|
Cancel all operations for the current UIView and key
- Parameters
-
| key | key for identifying the operations |
| - (void) sd_removeImageLoadOperationWithKey: |
|
(NSString *) |
key |
|
Just remove the operations corresponding to the current UIView and key without cancelling them
- Parameters
-
| key | key for identifying the operations |
| - (void) sd_setImageLoadOperation: |
|
(id) |
operation |
| forKey: |
|
(NSString *) |
key |
|
|
| |
Set the image load operation (storage in a UIView based dictionary)
- Parameters
-
| operation | the operation |
| key | key for storing the operation |
The documentation for this category was generated from the following files: