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

指示缺少删除建议。

适用于