Compartilhar via


UICollectionViewCellDragState Enumeração

Definição

Enumera os estados de operação de arrastar.

[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 = 
Herança
UICollectionViewCellDragState
Atributos

Campos

Dragging 2

Indica que a célula está sendo arrastada.

Lifting 1

Indica que o cel está sendo animado para o ponto de arrastar.

None 0

Indica que a célula não está em uma operação de arrastar.

Aplica-se a