| 
    NimbusKit
    1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
    
   The iOS framework that grows only as fast as its documentation 
   | 
 
The image view delegate used to inform of state changes.
Tasks | |
| (void) | - networkImageViewDidStartLoad: | 
| (void) | - networkImageView:didLoadImage: | 
| (void) | - networkImageView:didFailWithError: | 
| (void) | - networkImageView:readBytes:totalBytes: | 
The image has begun an asynchronous download of the image.
The image has completed an asynchronous download of the image.
The asynchronous download failed.
The progress of the download.