Share via


UIPageViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation Method

Definition

The preferred orientation of the UIPageViewController.

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

Parameters

pageViewController
UIPageViewController

Returns

Implements

Attributes

Applies to