다음을 통해 공유


UICollectionViewCellDragState 열거형

정의

끌기 작업 상태를 열거합니다.

[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 UICollectionViewCellDragState
type UICollectionViewCellDragState = 
상속
UICollectionViewCellDragState
특성

필드

Dragging 2

셀을 끌고 있음을 나타냅니다.

Lifting 1

셀이 끌기 지점에 애니메이션 효과를 주도록 지정합니다.

None 0

셀이 끌기 작업에 있지 않음을 나타냅니다.

적용 대상