Class UITableViewCellDragState


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

      Fields 
      Modifier and Type Field Description
      static long Dragging
      The cell is involved in a drag session.
      static long Lifting
      The cell is lifting from the table view before it joins the drag session.
      static long None  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Lifting

        public static final long Lifting
        The cell is lifting from the table view before it joins the drag session.
        See Also:
        Constant Field Values
      • Dragging

        public static final long Dragging
        The cell is involved in a drag session.
        See Also:
        Constant Field Values