The properties of UIKit.UISplitViewController are listed below. For a list of all members, see the UISplitViewController Members list.
See Also: Inherited members from UIKit.UIViewController
| [read-only] static | AutomaticDimension | nfloat. Represents the value associated with the constant UISplitViewControllerAutomaticDimension |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Collapsed | bool. Gets whether to display only one child view controller. |
| CollapseSecondViewController | UISplitViewControllerCanCollapsePredicate. Delegate invoked by the object to get a value. | |
| Delegate | IUISplitViewControllerDelegate. An instance of the UIKit.UISplitViewControllerDelegate model class which acts as the class delegate. | |
| [read-only] | DisplayMode | UISplitViewControllerDisplayMode. Gets the arrangement of the contents of this UIKit.UISplitViewController. |
| [read-only] | DisplayModeButtonItem | UIBarButtonItem. Gets the UIKit.UIBarButtonItem for this UIKit.UISplitViewController. |
| EventShowDetailViewController | UISplitViewControllerDisplayEvent. Delegate invoked by the object to get a value. | |
| EventShowViewController | UISplitViewControllerDisplayEvent. Delegate invoked by the object to get a value. | |
| GetPreferredInterfaceOrientationForPresentation | Func<UISplitViewController, UIInterfaceOrientation>. Delegate invoked by the object to get a value. | |
| GetPrimaryViewControllerForCollapsingSplitViewController | UISplitViewControllerGetViewController. Delegate invoked by the object to get a value. | |
| GetPrimaryViewControllerForExpandingSplitViewController | UISplitViewControllerGetViewController. Delegate invoked by the object to get a value. | |
| GetTargetDisplayModeForAction | UISplitViewControllerFetchTargetForActionHandler. Delegate invoked by the object to get a value. | |
| MaximumPrimaryColumnWidth | nfloat. Gets or sets the maximum width, in points, of the content of the primary view controller. | |
| MinimumPrimaryColumnWidth | nfloat. Gets or sets the minimum width, in points, of the content of the primary view controller. | |
| PreferredDisplayMode | UISplitViewControllerDisplayMode. Gets or sets the preferred arrangement for this UIKit.UISplitViewController. | |
| PreferredPrimaryColumnWidthFraction | nfloat. Gets or sets the relative width of the content of the primary view controller. | |
| PresentsWithGesture | bool. Whether this UISplitViewController can be presented and dismissed with a swipe gesture. | |
| [read-only] | PrimaryColumnWidth | nfloat. Gets the width of the content of the primary view controller. |
| SeparateSecondaryViewController | UISplitViewControllerGetSecondaryViewController. Delegate invoked by the object to get a value. | |
| ShouldHideViewController | UISplitViewControllerHidePredicate. Delegate invoked by the object to get a value. | |
| SupportedInterfaceOrientations | Func<UISplitViewController, UIInterfaceOrientationMask>. Delegate invoked by the object to get a value. | |
| ViewControllers | UIViewController[]. The array of UIViewControllers managed by this UISplitViewController. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |