UISplitViewControllerDisplayMode 열거형

정의

확장된 UISplitViewController에 유효한 표시 모드를 열거합니다.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISplitViewControllerDisplayMode
type UISplitViewControllerDisplayMode = 
상속
UISplitViewControllerDisplayMode
특성

필드

AllVisible 2

주 및 보조 UIViewControllers는 나란히 표시됩니다.

Automatic 0

시스템에서 가장 적합한 디스플레이 모드를 결정합니다.

PrimaryHidden 1

주 데이터베이스 UISplitViewController 가 숨겨집니다.

PrimaryOverlay 3

UISplitViewController 데이터베이스는 부분적으로 표시되는 보조 데이터베이스를 오버레이합니다.

적용 대상