Package apple.uikit.enums
Class UICollectionViewCellDragState
- java.lang.Object
-
- apple.uikit.enums.UICollectionViewCellDragState
-
public final class UICollectionViewCellDragState extends java.lang.Object
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
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
-
-