UIKit.UISplitViewController Members

The members of UIKit.UISplitViewController are listed below.

See Also: Inherited members from UIKit.UIViewController

Public Constructors

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.

Protected Constructors

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.

Public Properties

[read-only]
static
AutomaticDimensionnfloat. Represents the value associated with the constant UISplitViewControllerAutomaticDimension
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
Collapsedbool. Gets whether to display only one child view controller.
CollapseSecondViewControllerUISplitViewControllerCanCollapsePredicate. Delegate invoked by the object to get a value.
DelegateIUISplitViewControllerDelegate. An instance of the UIKit.UISplitViewControllerDelegate model class which acts as the class delegate.
[read-only]
DisplayModeUISplitViewControllerDisplayMode. Gets the arrangement of the contents of this UIKit.UISplitViewController.
[read-only]
DisplayModeButtonItemUIBarButtonItem. Gets the UIKit.UIBarButtonItem for this UIKit.UISplitViewController.
EventShowDetailViewControllerUISplitViewControllerDisplayEvent. Delegate invoked by the object to get a value.
EventShowViewControllerUISplitViewControllerDisplayEvent. Delegate invoked by the object to get a value.
GetPreferredInterfaceOrientationForPresentationFunc<UISplitViewController, UIInterfaceOrientation>. Delegate invoked by the object to get a value.
GetPrimaryViewControllerForCollapsingSplitViewControllerUISplitViewControllerGetViewController. Delegate invoked by the object to get a value.
GetPrimaryViewControllerForExpandingSplitViewControllerUISplitViewControllerGetViewController. Delegate invoked by the object to get a value.
GetTargetDisplayModeForActionUISplitViewControllerFetchTargetForActionHandler. Delegate invoked by the object to get a value.
MaximumPrimaryColumnWidthnfloat. Gets or sets the maximum width, in points, of the content of the primary view controller.
MinimumPrimaryColumnWidthnfloat. Gets or sets the minimum width, in points, of the content of the primary view controller.
PreferredDisplayModeUISplitViewControllerDisplayMode. Gets or sets the preferred arrangement for this UIKit.UISplitViewController.
PreferredPrimaryColumnWidthFractionnfloat. Gets or sets the relative width of the content of the primary view controller.
PresentsWithGesturebool. Whether this UISplitViewController can be presented and dismissed with a swipe gesture.
[read-only]
PrimaryColumnWidthnfloat. Gets the width of the content of the primary view controller.
SeparateSecondaryViewControllerUISplitViewControllerGetSecondaryViewController. Delegate invoked by the object to get a value.
ShouldHideViewControllerUISplitViewControllerHidePredicate. Delegate invoked by the object to get a value.
SupportedInterfaceOrientationsFunc<UISplitViewController, UIInterfaceOrientationMask>. Delegate invoked by the object to get a value.
ViewControllersUIViewController[]. The array of UIViewControllers managed by this UISplitViewController.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

Protected Methods

override
Dispose(bool)
Releases the resources used by the UISplitViewController object.

Public Events

WillChangeDisplayModeEvent raised by the object.
WillHideViewControllerEvent raised by the object.
WillPresentViewControllerEvent raised by the object.
WillShowViewControllerEvent raised by the object.