UICollectionViewCellDragState 枚举

定义

枚举拖动操作状态。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionViewCellDragState
type UICollectionViewCellDragState = 
继承
UICollectionViewCellDragState
属性

字段

Dragging 2

指示正在拖动单元格。

Lifting 1

指示正在对拖动点进行动画处理。

None 0

指示单元格不在拖动操作中。

适用于