Contents

didAddSubview(_:)

Overridden by subclasses to perform additional actions when subviews are added to the view.

Declaration

func didAddSubview(_ subview: NSView)

Parameters

  • subview:

    The view that was added as a subview.

Discussion

This method is invoked by addSubview(_:).

See Also

Responding to View-Related Notifications