Package apple.uikit.enums
Class UISwitchStyle
- java.lang.Object
-
- apple.uikit.enums.UISwitchStyle
-
public final class UISwitchStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticThe style most appropriate to the current UIUserInterfaceIdiomstatic longCheckboxThe AppKit-style checkbox — only supported for Catalyst in the Mac idiomstatic longSlidingThe on/off sliding style switch — classic iOS appearance.
-
-
-
Field Detail
-
Automatic
public static final long Automatic
The style most appropriate to the current UIUserInterfaceIdiom- See Also:
- Constant Field Values
-
Checkbox
public static final long Checkbox
The AppKit-style checkbox — only supported for Catalyst in the Mac idiom- See Also:
- Constant Field Values
-
Sliding
public static final long Sliding
The on/off sliding style switch — classic iOS appearance.- See Also:
- Constant Field Values
-
-