UIViewController.ShouldAutorotateToInterfaceOrientation 方法

定义

trueUIViewController如果 支持旋转到指定的 UIInterfaceOrientation,则为 。

[Foundation.Export("shouldAutorotateToInterfaceOrientation:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, "Use both 'GetSupportedInterfaceOrientations' and 'PreferredInterfaceOrientationForPresentation' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldAutorotateToInterfaceOrientation (UIKit.UIInterfaceOrientation toInterfaceOrientation);
abstract member ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool
override this.ShouldAutorotateToInterfaceOrientation : UIKit.UIInterfaceOrientation -> bool

参数

toInterfaceOrientation
UIInterfaceOrientation

最后一个 UIInterfaceOrientation

返回

trueUIViewController如果 支持旋转到指定的 UIInterfaceOrientation,则为 。

属性

注解

应用程序开发人员不应使用此已弃用的方法。 相反,它们应使用 ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation)PreferredInterfaceOrientationForPresentation()GetSupportedInterfaceOrientations()

适用于