Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
<NINetworkImageViewDelegate> Protocol Reference

Overview

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:

Method Documentation

- (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.

Generated for Nimbus by doxygen 1.7.4-20110629