UIViewController.SplitViewController Property

Definition

The nearest ancestor UISplitViewController or null.

public virtual UIKit.UISplitViewController SplitViewController { [Foundation.Export("splitViewController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.SplitViewController : UIKit.UISplitViewController

Property Value

The default value is null.

Attributes

Remarks

If this UIViewController is a descendant of a UISplitViewController, this method will return that UISplitViewController.

Applies to