presentingViewController
The view controller that presented the view controller or that presented its farthest ancestor view controller.
Declaration
unowned(unsafe) var presentingViewController: NSViewController? { get }Discussion
The presenting view controller is the one that is ultimately responsible for presenting the view controller whose presentingViewController property you are accessing.