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