The methods of UIKit.UISplitViewControllerDelegate are listed below. For a list of all members, see the UISplitViewControllerDelegate Members list.
See Also: Inherited members from Foundation.NSObject
CollapseSecondViewController(UISplitViewController, UIViewController, UIViewController)Requests that the delegate adjust their primary view controller and incorporate their secondary view controller into the collapsed interface. | ||
EventShowDetailViewController(UISplitViewController, UIViewController, Foundation.NSObject)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)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)Requests the delegate for an orientation to use when presenting the split view controller. | ||
GetPrimaryViewControllerForCollapsingSplitViewController(UISplitViewController)Requests that the delegate provide the single view controller to display after the split view interface collapses. | ||
GetPrimaryViewControllerForExpandingSplitViewController(UISplitViewController)Documentation for this section has not yet been entered. | ||
GetTargetDisplayModeForAction(UISplitViewController)Requests that the delegate provide the display mode to apply when a split view controller action occurs. | ||
SeparateSecondaryViewController(UISplitViewController, UIViewController)Requests that the delegate provide a new secondary view controller for the split view interface. | ||
ShouldHideViewController(UISplitViewController, UIViewController, UIInterfaceOrientation)Whether the specified viewController should be hidden in the specified orientation. | ||
SupportedInterfaceOrientations(UISplitViewController)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. | ||