mainViewDidLoad()
Notifies the preference pane that the main view is set up and prepared to be displayed.
Declaration
func mainViewDidLoad()Discussion
Invoked by the default implementation of loadMainView() after the main nib file has been loaded and the main view of the preference pane has been set. The default implementation does nothing. Override this method to initialize the main view with the current preference settings.