ImageLoaderRequest Class Reference
Inherits from | NSObject |
Declared in | ImageLoader.h |
Tasks
-
completed
Whether or not the request has completed.
property -
imageSize
Returns loaded image size.
property -
delegate
Returns the request delegate.
property -
– cancel
Cancels the request.
-
cancelled
Whether or not the image load request was cancelled.
property -
userInfo
Returns request additional properties.
property -
url
Returns the request URL.
property
Properties
cancelled
Whether or not the image load request was cancelled.
@property (nonatomic, readonly) BOOL cancelled
Return Value
YES if request was cancelled, NO otherwise.
Declared In
ImageLoader.h
completed
Whether or not the request has completed.
@property (nonatomic, readwrite, assign) BOOL completed
Return Value
YES if the request has completed, NO otherwise.
Declared In
ImageLoader.h
delegate
Returns the request delegate.
@property (nonatomic, readonly) NSObject<ImageLoaderDelegate> *delegate
Return Value
The request delegate.
Declared In
ImageLoader.h
imageSize
Returns loaded image size.
@property (nonatomic, readwrite, assign) CGSize imageSize
Return Value
The loaded image size
Declared In
ImageLoader.h