Class UIScrollViewKeyboardDismissMode


  • public final class UIScrollViewKeyboardDismissMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Interactive
      the keyboard follows the dragging touch off screen, and may be pulled upward again to cancel the dismiss
      static long None  
      static long OnDrag
      dismisses the keyboard when a drag begins
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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