Bagikan melalui


UITableViewCellDragState Enum

Definisi

Menghitung status sel saat sel terlibat dalam operasi seret.

[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 = 
Warisan
UITableViewCellDragState
Atribut

Bidang

Dragging 2

Menunjukkan bahwa sel sedang diseret.

Lifting 1

Menunjukkan bahwa sel sedang diangkat.

None 0

Menunjukkan bahwa sel tidak mengangkat atau menyeret.

Berlaku untuk