Compartir a través de


UICollectionViewCellDragState Enumeración

Definición

Enumera los estados de la operación de arrastre.

[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 = 
Herencia
UICollectionViewCellDragState
Atributos

Campos

Dragging 2

Indica que se está arrastrando la celda.

Lifting 1

Indica que el cel se está animando al punto de arrastre.

None 0

Indica que la celda no está en una operación de arrastre.

Se aplica a