UIKit.UISplitViewControllerDelegate Members

The members of UIKit.UISplitViewControllerDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

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 Methods

CollapseSecondViewController(UISplitViewController, UIViewController, UIViewController) : bool
Requests that the delegate adjust their primary view controller and incorporate their secondary view controller into the collapsed interface.
EventShowDetailViewController(UISplitViewController, UIViewController, Foundation.NSObject) : bool
Queries the delegate to see if it wants to do the work of displaying a view controller in the secondary position of the split view interface.
EventShowViewController(UISplitViewController, UIViewController, Foundation.NSObject) : bool
Queries the delegate to see if it wants to perform the work of displaying a view controller in the primary position of the split view interface.
GetPreferredInterfaceOrientationForPresentation(UISplitViewController) : UIInterfaceOrientation
Requests the delegate for an orientation to use when presenting the split view controller.
GetPrimaryViewControllerForCollapsingSplitViewController(UISplitViewController) : UIViewController
Requests that the delegate provide the single view controller to display after the split view interface collapses.
GetPrimaryViewControllerForExpandingSplitViewController(UISplitViewController) : UIViewController
Documentation for this section has not yet been entered.
GetTargetDisplayModeForAction(UISplitViewController) : UISplitViewControllerDisplayMode
Requests that the delegate provide the display mode to apply when a split view controller action occurs.
SeparateSecondaryViewController(UISplitViewController, UIViewController) : UIViewController
Requests that the delegate provide a new secondary view controller for the split view interface.
ShouldHideViewController(UISplitViewController, UIViewController, UIInterfaceOrientation) : bool
Whether the specified viewController should be hidden in the specified orientation.
SupportedInterfaceOrientations(UISplitViewController) : UIInterfaceOrientationMask
Queries the delegate for specification of the interface orientations that the split view controller supports.
WillChangeDisplayMode(UISplitViewController, UISplitViewControllerDisplayMode)
Informs the delegate that the display mode for the split view controller is about to change.
WillHideViewController(UISplitViewController, UIViewController, UIBarButtonItem, UIPopoverController)
Indicates that the UISplitViewController is about to be hidden.
WillPresentViewController(UISplitViewController, UIPopoverController, UIViewController)
Indicates that the UISplitViewController is about to be presented.
WillShowViewController(UISplitViewController, UIViewController, UIBarButtonItem)
Indicates that the UISplitViewController is about to be shown.