Contents

addChild(_:)

A convenience method for adding a child view controller at the end of the Children array.

Declaration

func addChild(_ childViewController: NSViewController)

Parameters

  • childViewController:

    The view controller to be added to the end of the Children array.

See Also

Managing Child View Controllers in a Custom Container