Condividi tramite


UITableViewCellDragState Enumerazione

Definizione

Enumera gli stati delle celle mentre la cella è coinvolta in un'operazione di trascinamento.

[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 UITableViewCellDragState
type UITableViewCellDragState = 
Ereditarietà
UITableViewCellDragState
Attributi

Campi

Dragging 2

Indica che la cella viene trascinata.

Lifting 1

Indica che la cella sta sollevando.

None 0

Indica che la cella non sta sollevando o trascinando.

Si applica a