Share via


UISplitViewControllerPrimaryEdge Enumeration

Definition

Listet primäre Ansichtscontrollerstandorte auf.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UISplitViewControllerPrimaryEdge
type UISplitViewControllerPrimaryEdge = 
Vererbung
UISplitViewControllerPrimaryEdge
Attribute

Felder

Leading 0

Gibt an, dass sich der primäre Ansichtscontroller am führenden Rand befindet.

Trailing 1

Gibt an, dass sich der primäre Ansichtscontroller am nachfolgenden Edge befindet.

Gilt für: