libs-gui
libs-gui copied to clipboard
Missing functionality: Life cycle methods in NSViewController are not called...
Currently, the invocation of the methods documented here is missing. To be fully compliant with macOS 10.10 these must be called at the appropriate times during the execution of the application.
Acceptance Criteria: The methods viewDidLoad, viewWillAppear, viewDidAppear, updateViewConstraints, viewWillLayout, viewDidLayout, viewWillDisappear, viewDidDisappear should be called during the life cycle of the view.