다음을 통해 공유


UISplitViewControllerDelegate_Extensions.GetPreferredInterfaceOrientationForPresentation 메서드

정의

를 표시할 때 사용할 기본 사용자 인터페이스 방향을 반환합니다 splitViewController.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController);
static member GetPreferredInterfaceOrientationForPresentation : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation

매개 변수

This
IUISplitViewControllerDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

splitViewController
UISplitViewController

화면에 표시될 분할 보기 컨트롤러를 지정합니다.

반환

특성

적용 대상