Package apple.uikit.enums
Class UIScrollViewKeyboardDismissMode
- java.lang.Object
-
- apple.uikit.enums.UIScrollViewKeyboardDismissMode
-
public final class UIScrollViewKeyboardDismissMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longInteractivethe keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismissstatic longNonestatic longOnDragdismisses the keyboard when a drag begins
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
OnDrag
public static final long OnDrag
dismisses the keyboard when a drag begins- See Also:
- Constant Field Values
-
Interactive
public static final long Interactive
the keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismiss- See Also:
- Constant Field Values
-
-