...
|
...
|
@@ -29,7 +29,7 @@ |
|
|
/**
|
|
|
* Set the imageView `image` with an `url`.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -39,7 +39,7 @@ |
|
|
/**
|
|
|
* Set the imageView `image` with an `url` and a placeholder.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -51,7 +51,7 @@ |
|
|
/**
|
|
|
* Set the imageView `image` with an `url`, placeholder and custom options.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -63,7 +63,7 @@ |
|
|
/**
|
|
|
* Set the imageView `image` with an `url`.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -78,7 +78,7 @@ |
|
|
/**
|
|
|
* Set the imageView `image` with an `url`, placeholder.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -94,7 +94,7 @@ |
|
|
/**
|
|
|
* Set the imageView `image` with an `url`, placeholder and custom options.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -111,7 +111,7 @@ |
|
|
/**
|
|
|
* Set the backgroundImageView `image` with an `url`.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -121,7 +121,7 @@ |
|
|
/**
|
|
|
* Set the backgroundImageView `image` with an `url` and a placeholder.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -133,7 +133,7 @@ |
|
|
/**
|
|
|
* Set the backgroundImageView `image` with an `url`, placeholder and custom options.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -145,7 +145,7 @@ |
|
|
/**
|
|
|
* Set the backgroundImageView `image` with an `url`.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -160,7 +160,7 @@ |
|
|
/**
|
|
|
* Set the backgroundImageView `image` with an `url`, placeholder.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param state The state that uses the specified title. The values are described in UIControlState.
|
...
|
...
|
@@ -176,7 +176,7 @@ |
|
|
/**
|
|
|
* Set the backgroundImageView `image` with an `url`, placeholder and custom options.
|
|
|
*
|
|
|
* The downloand is asynchronous and cached.
|
|
|
* The download is asynchronous and cached.
|
|
|
*
|
|
|
* @param url The url for the image.
|
|
|
* @param placeholder The image to be set initially, until the image request finishes.
|
...
|
...
|
|