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!

Base Class Override Methods

  • Called when the view hierachy has loaded.

    Declaration

    Swift

    override func viewDidLoad()

Private Methods

  • This sets up the accessibility and voiceover strings for the screen.

    Declaration

    Swift

    private func _setUpAccessibility()