Package apple.uikit.enums
Class UITableViewCellDragState
- java.lang.Object
-
- apple.uikit.enums.UITableViewCellDragState
-
public final class UITableViewCellDragState 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 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
-
-