Contents

parent

The immediate ancestor view controller of the view controller.

Declaration

var parent: NSViewController? { get }

Discussion

The value of this property is nil if the view controller has no parent view controller, such as if the view controller is a window’s content view controller.

See Also

Getting Related View Controllers