Share via


UISplitViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation Method

Definition

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

[Foundation.Export("splitViewControllerPreferredInterfaceOrientationForPresentation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation(UIKit.UISplitViewController splitViewController);
[<Foundation.Export("splitViewControllerPreferredInterfaceOrientationForPresentation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPreferredInterfaceOrientationForPresentation : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation
override this.GetPreferredInterfaceOrientationForPresentation : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation

Parameters

splitViewController
UISplitViewController

Designates the split view controller that will be presented onscreen.

Returns

Implements

Attributes

Applies to