splitViewController
The nearest ancestor in the view controller hierarchy that is a split view controller.
Declaration
var splitViewController: UISplitViewController? { get }Discussion
If the view controller or one of its ancestors is a child of a split view controller, this property contains the owning split view controller. This property is nil if the view controller is not embedded inside a split view controller.