Package apple.uikit.enums
Class UITraitEnvironmentLayoutDirection
- java.lang.Object
-
- apple.uikit.enums.UITraitEnvironmentLayoutDirection
-
public final class UITraitEnvironmentLayoutDirection extends java.lang.ObjectThese values are only used for the layout direction trait, which informs but does not completely dictate the layout direction of views. To determine the effective layout direction of a view, consult the UIView.effectiveUserInterfaceLayoutDirection property, whose values are members of the UIUserInterfaceLayoutDirection enum.
-
-
Field Summary
Fields Modifier and Type Field Description static longLeftToRightstatic longRightToLeftstatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
LeftToRight
public static final long LeftToRight
- See Also:
- Constant Field Values
-
RightToLeft
public static final long RightToLeft
- See Also:
- Constant Field Values
-
-