WebImage
public struct WebImage : Hashable
Contains image information and direct link to it.
-
Detailed information about image source.
Declaration
Swift
public var source: WebSource -
Creates a new instance. Sets
WebImage.sourceto the given source.Declaration
Swift
public init(source: WebSource)Parameters
sourceDetailed information about image source.