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!

Instance Methods

  • Establishes accessibility labels.

    Declaration

    Swift

    func setAccessibility()

Base Class Override Methods

  • Called as the View is set up.

    Declaration

    Swift

    override func awake(withContext inContext: Any?)

    Parameters

    withContext

    The context provided to the view, as it was instantiated.