UIViewController.SplitViewController Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.