UIPageViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation Method

Definition

The preferred orientation of the UIPageViewController.

[Foundation.Export("pageViewControllerPreferredInterfaceOrientationForPresentation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation (UIKit.UIPageViewController pageViewController);
abstract member GetPreferredInterfaceOrientationForPresentation : UIKit.UIPageViewController -> UIKit.UIInterfaceOrientation
override this.GetPreferredInterfaceOrientationForPresentation : UIKit.UIPageViewController -> UIKit.UIInterfaceOrientation

Parameters

pageViewController
UIPageViewController

Returns

Attributes

Applies to