ImageResource

struct ImageResource : Hashable

An image resource.

  • An asset catalog image resource name.

    Declaration

    Swift

    fileprivate let name: String
  • An asset catalog image resource bundle.

    Declaration

    Swift

    fileprivate let bundle: Bundle
  • Initialize an ImageResource with name and bundle.

    Declaration

    Swift

    init(name: String, bundle: Bundle)

Image Symbols

  • The “BackgroundGradient” asset catalog image resource.

    Declaration

    Swift

    static let backgroundGradient: ImageResource
  • The “BluetoothClef” asset catalog image resource.

    Declaration

    Swift

    static let bluetoothClef: ImageResource
  • The “Gear” asset catalog image resource.

    Declaration

    Swift

    static let gear: ImageResource
  • The “NoBT” asset catalog image resource.

    Declaration

    Swift

    static let noBT: ImageResource