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.
-
This is a direct accessor to the app prefs object for this controller.
Declaration
Swift
@objc dynamic var prefs: RVS_MediaServer_PersistentPrefs { get }
-
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()