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.source to the given source.

    Declaration

    Swift

    public init(source: WebSource)

    Parameters

    source

    Detailed information about image source.