libs-gui icon indicating copy to clipboard operation
libs-gui copied to clipboard

Missing functionality: Life cycle methods in NSViewController are not called...

Open gcasa opened this issue 3 years ago • 0 comments

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.

gcasa avatar Jul 08 '22 11:07 gcasa