다음을 통해 공유


UITableViewDropIntent 열거형

정의

드롭 처리 옵션을 열거합니다.

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

필드

Automatic 3

삭제 위치가 자동으로 처리됨을 나타냅니다.

InsertAtDestinationIndexPath 1

콘텐츠가 삭제된 위치에 배치됨을 나타냅니다.

InsertIntoDestinationIndexPath 2

콘텐츠가 삭제된 위치에 있는 항목에 배치됨을 나타냅니다.

Unspecified 0

삭제 제안의 부족을 나타냅니다.

적용 대상