UIViewController.ShouldAutorotate 메서드

정의

자동 회전을 켜거나 끕니다.

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

반환

trueUIViewController 자동으로 회전해야 하면 이고, false 그렇지 않으면 입니다.

특성

적용 대상