Sdílet prostřednictvím


UIPageViewControllerDelegate.SupportedInterfaceOrientations Method

Definition

The supported interface orientations.

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

Parameters

pageViewController
UIPageViewController

Returns

Implements

Attributes

Applies to