UISplitViewControllerDisplayMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates valid display modes for an expanded UISplitViewController.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISplitViewControllerDisplayMode
type UISplitViewControllerDisplayMode =
- Inheritance
-
UISplitViewControllerDisplayMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | The system decides the most appropriate display mode. |
1 | The primary UISplitViewController is hidden. |
|
AllVisible | 2 | The primary and secondary UIViewControllers are displayed side-by-side. |
PrimaryOverlay | 3 | The primary UISplitViewController overlays the secondary, which is partially visible. |