|
Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The image view delegate used to inform of state changes.
Definition at line 150 of file NINetworkImageView.h.
Methods | |
| (void) | - networkImageViewDidStartLoad: |
| (void) | - networkImageView:didLoadImage: |
| (void) | - networkImageView:didFailWithError: |
| - (void) networkImageViewDidStartLoad: | (NINetworkImageView *) | imageView | [optional] |
The image has begun an asynchronous download of the image.
| - (void) networkImageView: | (NINetworkImageView *) | imageView | |
| didLoadImage: | (UIImage *) | image | |
[optional] |
The image has completed an asynchronous download of the image.
| - (void) networkImageView: | (NINetworkImageView *) | imageView | |
| didFailWithError: | (NSError *) | error | |
[optional] |
The asynchronous download failed.