共用方式為


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()

適用於