Поделиться через


UITableViewCellDragState Перечисление

Определение

Перечисляет состояния ячейки, когда ячейка участвует в операции перетаскивания.

[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 = 
Наследование
UITableViewCellDragState
Атрибуты

Поля

Dragging 2

Указывает, что ячейка перетаскивается.

Lifting 1

Указывает, что ячейка выполняется при подъеме.

None 0

Указывает, что ячейка не выполняется при перетаскивании.

Применяется к