The members of UIKit.UISplitViewController are listed below.
See Also: Inherited members from UIKit.UIViewController
| Default constructor that initializes a new instance of this class with no parameters. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Documentation for this section has not yet been entered. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [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 |
ShowDetailViewController(UIViewController, Foundation.NSObject)Presents the specified UIKit.UISplitViewController as the the secondary controller of this UIKit.UISplitViewController. | ||
ShowViewController(UIViewController, Foundation.NSObject)Presents the specified UIKit.UISplitViewController as the the primary controller of this UIKit.UISplitViewController. | ||
| WillChangeDisplayMode | Event raised by the object. | |
| WillHideViewController | Event raised by the object. | |
| WillPresentViewController | Event raised by the object. | |
| WillShowViewController | Event raised by the object. |