Package apple.uikit.enums
Class UIModalPresentationStyle
- java.lang.Object
-
- apple.uikit.enums.UIModalPresentationStyle
-
public final class UIModalPresentationStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticstatic longCurrentContextstatic longCustomstatic longFormSheetstatic longFullScreenstatic longNonestatic longOverCurrentContextstatic longOverFullScreenstatic longPageSheetstatic longPopover
-
-
-
Field Detail
-
FullScreen
public static final long FullScreen
- See Also:
- Constant Field Values
-
PageSheet
public static final long PageSheet
- See Also:
- Constant Field Values
-
FormSheet
public static final long FormSheet
- See Also:
- Constant Field Values
-
CurrentContext
public static final long CurrentContext
- See Also:
- Constant Field Values
-
Custom
public static final long Custom
- See Also:
- Constant Field Values
-
OverFullScreen
public static final long OverFullScreen
- See Also:
- Constant Field Values
-
OverCurrentContext
public static final long OverCurrentContext
- See Also:
- Constant Field Values
-
Popover
public static final long Popover
- See Also:
- Constant Field Values
-
None
public static final long None
- See Also:
- Constant Field Values
-
Automatic
public static final long Automatic
- See Also:
- Constant Field Values
-
-