Freigeben über


UITableViewCellDragState Enumeration

Definition

Listet Zellzustände auf, während die Zelle an einem Ziehvorgang beteiligt ist.

[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 = 
Vererbung
UITableViewCellDragState
Attribute

Felder

Dragging 2

Gibt an, dass die Zelle gezogen wird.

Lifting 1

Gibt an, dass die Zelle angehoben wird.

None 0

Gibt an, dass die Zelle nicht angehoben oder gezogen wird.

Gilt für: