다음을 통해 공유


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

셀이 들어 올리거나 끌지 않음을 나타냅니다.

적용 대상