CGA_WatchOS_AboutInterfaceController
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 weak var versionLabel: WKInterfaceLabel! -
This displays the info text.
Declaration
Swift
@IBOutlet weak var infoLabel: WKInterfaceLabel!
-
Establishes accessibility labels.
Declaration
Swift
func setAccessibility()
-
Called as the View is set up.
Declaration
Swift
override func awake(withContext inContext: Any?)Parameters
withContextThe context provided to the view, as it was instantiated.
View on GitHub
CGA_WatchOS_AboutInterfaceController Class Reference