UICollectionViewCellDragState 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举拖动操作状态。
[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 | 指示单元格不在拖动操作中。 |