DTLazyImageView Class Reference
| Inherits from | UIImageView |
| Declared in | DTLazyImageView.h |
Overview
This UIImageView subclass lazily loads an image from a URL and informs a delegate once the size of the image is known.
Tasks
Providing Content
-
urlproperty -
urlRequestproperty
Getting Information
-
shouldShowProgressiveDownloadproperty -
delegateproperty
Cancelling Download
Properties
delegate
The delegate, conforming to DTLazyImageViewDelegate, to inform when the image dimensions were determined
@property (nonatomic, DT_WEAK_PROPERTY) id<DTLazyImageViewDelegate> delegateDeclared In
DTLazyImageView.hshouldShowProgressiveDownload
Set to YES to support progressive display of progressive downloads
@property (nonatomic, assign) BOOL shouldShowProgressiveDownloadDeclared In
DTLazyImageView.h