UIViewController.PreferredInterfaceOrientationForPresentation 方法

定义

最能显示此 UIViewController的内容的方向。

[Foundation.Export("preferredInterfaceOrientationForPresentation")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientation PreferredInterfaceOrientationForPresentation ();
abstract member PreferredInterfaceOrientationForPresentation : unit -> UIKit.UIInterfaceOrientation
override this.PreferredInterfaceOrientationForPresentation : unit -> UIKit.UIInterfaceOrientation

返回

默认值是状态栏的当前方向中的“支持的接口方向”列表中的 Info.plist 第一个条目,或者在已运行的应用程序中。

属性

注解

如果应用程序支持多个方向,则系统在首次全屏显示 UIViewController 时使用此方向。 应用程序开发人员应将此设置为 UIInterfaceOrientation 最能显示内容视图的 。

适用于