Share via


UISplitViewControllerPrimaryEdge Enum

Definition

Enumerates primary view controller locations.

[ObjCRuntime.Native]
public enum UISplitViewControllerPrimaryEdge
[<ObjCRuntime.Native>]
type UISplitViewControllerPrimaryEdge = 
Inheritance
UISplitViewControllerPrimaryEdge
Attributes

Fields

Name Value Description
Leading 0

Indicates that the primary view controller is on the leading edge.

Trailing 1

Indicates that the primary view controller is on the trailing edge.

Applies to