Share via


UITableViewCellDragState Enum

Definition

Enumerates cell states while the cell is involved in a drag operation.

[ObjCRuntime.Native]
public enum UITableViewCellDragState
[<ObjCRuntime.Native>]
type UITableViewCellDragState = 
Inheritance
UITableViewCellDragState
Attributes

Fields

Name Value Description
None 0

Indicates that the cell is not lifting or dragging.

Lifting 1

Indicates that the cell is lifting.

Dragging 2

Indicates that the cell is dragging.

Applies to