Share via


UISplitViewControllerDelegate_Extensions.GetPreferredInterfaceOrientationForPresentation Method

Definition

Returns the preferred user interface orientation to use when presenting splitViewController.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation(this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetPreferredInterfaceOrientationForPresentation : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation

Parameters

splitViewController
UISplitViewController

Designates the split view controller that will be presented onscreen.

Returns

Attributes

Applies to