Package apple.uikit.enums
Class UISemanticContentAttribute
- java.lang.Object
-
- apple.uikit.enums.UISemanticContentAttribute
-
public final class UISemanticContentAttribute extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longForceLeftToRightstatic longForceRightToLeftstatic longPlaybackfor playback controls such as Play/RW/FF buttons and playhead scrubbersstatic longSpatialfor controls that result in some sort of directional change in the UI, e.g. a segmented control for text alignment or a D-pad in a gamestatic longUnspecified
-
-
-
Field Detail
-
Unspecified
public static final long Unspecified
- See Also:
- Constant Field Values
-
Playback
public static final long Playback
for playback controls such as Play/RW/FF buttons and playhead scrubbers- See Also:
- Constant Field Values
-
Spatial
public static final long Spatial
for controls that result in some sort of directional change in the UI, e.g. a segmented control for text alignment or a D-pad in a game- See Also:
- Constant Field Values
-
ForceLeftToRight
public static final long ForceLeftToRight
- See Also:
- Constant Field Values
-
ForceRightToLeft
public static final long ForceRightToLeft
- See Also:
- Constant Field Values
-
-