RVS_MediaServer_BaseViewController

class RVS_MediaServer_BaseViewController : NSViewController, RVS_MediaServer_AppDelegateNotifier

This class will provide some common base properties and methods to be made available to derived View Controllers.

  • Called when the view finishes loading.

    Declaration

    Swift

    override func viewDidLoad()
  • We declare this to allow the method to be optional for subclasses.

    Declaration

    Swift

    func updateUI()