Class UICollectionViewCellDragState


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

      Fields 
      Modifier and Type Field Description
      static long Dragging
      A cell in the "dragging" state is left behind with a "ghosted" appearance to denote where the drag started from.
      static long Lifting
      The cell is in the "lifting" state.
      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 in the "lifting" state.
        See Also:
        Constant Field Values
      • Dragging

        public static final long Dragging
        A cell in the "dragging" state is left behind with a "ghosted" appearance to denote where the drag started from.
        See Also:
        Constant Field Values