...
|
...
|
@@ -70,7 +70,7 @@ |
|
|
* @param completedBlock A block called when operation has been completed. This block has no return value
|
|
|
* and takes the requested UIImage as first parameter. In case of error the image parameter
|
|
|
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
|
|
|
* indicating if the image was retrived from the local cache of from the network.
|
|
|
* indicating if the image was retrived from the local cache or from the network.
|
|
|
* The forth parameter is the original image url.
|
|
|
*/
|
|
|
- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock;
|
...
|
...
|
@@ -86,7 +86,7 @@ |
|
|
* @param completedBlock A block called when operation has been completed. This block has no return value
|
|
|
* and takes the requested UIImage as first parameter. In case of error the image parameter
|
|
|
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
|
|
|
* indicating if the image was retrived from the local cache of from the network.
|
|
|
* indicating if the image was retrived from the local cache or from the network.
|
|
|
* The forth parameter is the original image url.
|
|
|
*/
|
|
|
- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
|
...
|
...
|
@@ -103,7 +103,7 @@ |
|
|
* @param completedBlock A block called when operation has been completed. This block has no return value
|
|
|
* and takes the requested UIImage as first parameter. In case of error the image parameter
|
|
|
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
|
|
|
* indicating if the image was retrived from the local cache of from the network.
|
|
|
* indicating if the image was retrived from the local cache or from the network.
|
|
|
* The forth parameter is the original image url.
|
|
|
*/
|
|
|
- (void)sd_setImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
|
...
|
...
|
@@ -152,7 +152,7 @@ |
|
|
* @param completedBlock A block called when operation has been completed. This block has no return value
|
|
|
* and takes the requested UIImage as first parameter. In case of error the image parameter
|
|
|
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
|
|
|
* indicating if the image was retrived from the local cache of from the network.
|
|
|
* indicating if the image was retrived from the local cache or from the network.
|
|
|
* The forth parameter is the original image url.
|
|
|
*/
|
|
|
- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state completed:(SDWebImageCompletionBlock)completedBlock;
|
...
|
...
|
@@ -168,7 +168,7 @@ |
|
|
* @param completedBlock A block called when operation has been completed. This block has no return value
|
|
|
* and takes the requested UIImage as first parameter. In case of error the image parameter
|
|
|
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
|
|
|
* indicating if the image was retrived from the local cache of from the network.
|
|
|
* indicating if the image was retrived from the local cache or from the network.
|
|
|
* The forth parameter is the original image url.
|
|
|
*/
|
|
|
- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder completed:(SDWebImageCompletionBlock)completedBlock;
|
...
|
...
|
@@ -184,7 +184,7 @@ |
|
|
* @param completedBlock A block called when operation has been completed. This block has no return value
|
|
|
* and takes the requested UIImage as first parameter. In case of error the image parameter
|
|
|
* is nil and the second parameter may contain an NSError. The third parameter is a Boolean
|
|
|
* indicating if the image was retrived from the local cache of from the network.
|
|
|
* indicating if the image was retrived from the local cache or from the network.
|
|
|
* The forth parameter is the original image url.
|
|
|
*/
|
|
|
- (void)sd_setBackgroundImageWithURL:(NSURL *)url forState:(UIControlState)state placeholderImage:(UIImage *)placeholder options:(SDWebImageOptions)options completed:(SDWebImageCompletionBlock)completedBlock;
|
...
|
...
|
|