LuxChat  2.0
Instant messenger for iOS
Instance Methods | List of all members
UIView(WebCacheOperation) Category Reference

Instance Methods

(void) - sd_setImageLoadOperation:forKey:
 
(void) - sd_cancelImageLoadOperationWithKey:
 
(void) - sd_removeImageLoadOperationWithKey:
 

Method Documentation

- (void) sd_cancelImageLoadOperationWithKey: (NSString *)  key

Cancel all operations for the current UIView and key

Parameters
keykey for identifying the operations
- (void) sd_removeImageLoadOperationWithKey: (NSString *)  key

Just remove the operations corresponding to the current UIView and key without cancelling them

Parameters
keykey for identifying the operations
- (void) sd_setImageLoadOperation: (id)  operation
forKey: (NSString *)  key 

Set the image load operation (storage in a UIView based dictionary)

Parameters
operationthe operation
keykey for storing the operation

The documentation for this category was generated from the following files: