UIKit.UISplitViewControllerDelegate_Extensions Members

The members of UIKit.UISplitViewControllerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
CollapseSecondViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIViewController) : bool
Documentation for this section has not yet been entered.
static
EventShowDetailViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController, Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
static
EventShowViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController, Foundation.NSObject) : bool
Documentation for this section has not yet been entered.
static
GetPreferredInterfaceOrientationForPresentation(this IUISplitViewControllerDelegate, UISplitViewController) : UIInterfaceOrientation
Documentation for this section has not yet been entered.
static
GetPrimaryViewControllerForCollapsingSplitViewController(this IUISplitViewControllerDelegate, UISplitViewController) : UIViewController
Documentation for this section has not yet been entered.
static
GetPrimaryViewControllerForExpandingSplitViewController(this IUISplitViewControllerDelegate, UISplitViewController) : UIViewController
Documentation for this section has not yet been entered.
static
GetTargetDisplayModeForAction(this IUISplitViewControllerDelegate, UISplitViewController) : UISplitViewControllerDisplayMode
Documentation for this section has not yet been entered.
static
SeparateSecondaryViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController) : UIViewController
Documentation for this section has not yet been entered.
static
ShouldHideViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIInterfaceOrientation) : bool
Whether the specified viewController should be hidden in the specified orientation.
static
SupportedInterfaceOrientations(this IUISplitViewControllerDelegate, UISplitViewController) : UIInterfaceOrientationMask
Documentation for this section has not yet been entered.
static
WillChangeDisplayMode(this IUISplitViewControllerDelegate, UISplitViewController, UISplitViewControllerDisplayMode)
Documentation for this section has not yet been entered.
static
WillHideViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIBarButtonItem, UIPopoverController)
Indicates that the UISplitViewController is about to be hidden.
static
WillPresentViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIPopoverController, UIViewController)
Indicates that the UISplitViewController is about to be presented.
static
WillShowViewController(this IUISplitViewControllerDelegate, UISplitViewController, UIViewController, UIBarButtonItem)
Indicates that the UISplitViewController is about to be shown.