UIViewController.ShouldAutorotateToInterfaceOrientation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
true
가 UIViewController 지정된 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입니다.
반환
true
가 UIViewController 지정된 UIInterfaceOrientation로의 회전을 지원하면 입니다.
- 특성
설명
애플리케이션 개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다. 대신 , 및 GetSupportedInterfaceOrientations()를 PreferredInterfaceOrientationForPresentation()사용해야 ShouldAutorotateToInterfaceOrientation(UIInterfaceOrientation)합니다.