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
-
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
View on GitHub