ImageResource

struct ImageResource : Swift.Hashable, Swift.Sendable

An image resource.

  • An asset catalog image resource name.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    init(name: Swift.String, bundle: Foundation.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