Share via


UICollectionViewCellDragState Enum

Definition

Enumerates drag operation states.

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

Fields

Name Value Description
None 0

Indicates that the cell is not in a drag operation.

Lifting 1

Indicates that the cel is being animated to the drag point.

Dragging 2

Indicates that the cell is being dragged.

Applies to