CGA_WatchOS_AboutInterfaceController
@MainActor
class CGA_WatchOS_AboutInterfaceController : WKInterfaceController
This controls the modal prefs (“more”) screen.
-
This label displays the app version, extracted from the bundle.
Declaration
Swift
@IBOutlet @MainActor weak var versionLabel: WKInterfaceLabel! -
This displays the info text.
Declaration
Swift
@IBOutlet @MainActor weak var infoLabel: WKInterfaceLabel!
-
Establishes accessibility labels.
Declaration
Swift
@MainActor func setAccessibility()
-
Called as the View is set up.
Declaration
Swift
@MainActor override func awake(withContext inContext: Any?)Parameters
withContextThe context provided to the view, as it was instantiated.
View on GitHub