ImageLoadingResult
public struct ImageLoadingResult
Represents a success result of an image downloading progress.
-
The downloaded image.
Declaration
Swift
public let image: Image
-
Original URL of the image request.
Declaration
Swift
public let url: URL?
-
The raw data received from downloader.
Declaration
Swift
public let originalData: Data