addArrangedSubview(_:)
Adds a view as an arranged split pane.
Declaration
func addArrangedSubview(_ view: NSView)Discussion
If the view isn’t a subview of the split view, calling this method adds it to the split view’s subviews array.
Adds a view as an arranged split pane.
func addArrangedSubview(_ view: NSView)If the view isn’t a subview of the split view, calling this method adds it to the split view’s subviews array.