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
-
url
property -
urlRequest
property
Getting Information
-
shouldShowProgressiveDownload
property -
delegate
property
Cancelling Download
Properties
delegate
The delegate, conforming to DTLazyImageViewDelegate, to inform when the image dimensions were determined
@property (nonatomic, DT_WEAK_PROPERTY) id<DTLazyImageViewDelegate> delegate
Declared In
DTLazyImageView.h
shouldShowProgressiveDownload
Set to YES
to support progressive display of progressive downloads
@property (nonatomic, assign) BOOL shouldShowProgressiveDownload
Declared In
DTLazyImageView.h