RetrieveImageTask
public final class RetrieveImageTask
RetrieveImageTask represents a task of image retrieving process. It contains an async task of getting image from disk and from network.
-
Undocumented
Declaration
Swift
public final class RetrieveImageTask -
The network retrieve task in this image task.
Declaration
Swift
public var downloadTask: RetrieveImageDownloadTask? -
Cancel current task. If this task is already done, do nothing.
Declaration
Swift
public func cancel()
View on GitHub
Install in Dash
RetrieveImageTask Class Reference