MacOS_AboutViewController
@MainActor
class MacOS_AboutViewController : NSViewController
This is the Info/About screen.
-
The app version label.
Declaration
Swift
@IBOutlet @MainActor weak var versionLabel: NSTextField! -
The label that contains the main app info.
Declaration
Swift
@IBOutlet @MainActor weak var mainInfoLabel: NSTextField!
-
Called when the view hierachy has loaded.
Declaration
Swift
@MainActor override func viewDidLoad()
-
This sets up the accessibility and voiceover strings for the screen.
Declaration
Swift
@MainActor private func _setUpAccessibility()
View on GitHub