Share via


UITableViewDropIntent Enum

Definition

Enumerates drop handling options.

[ObjCRuntime.Native]
public enum UITableViewDropIntent
[<ObjCRuntime.Native>]
type UITableViewDropIntent = 
Inheritance
UITableViewDropIntent
Attributes

Fields

Name Value Description
Unspecified 0

Indicates the lack of a drop proposal.

InsertAtDestinationIndexPath 1

Indicates that the content will be placed at the dropped location.

InsertIntoDestinationIndexPath 2

Indicates that the content will be placed into the item that is at the dropped location.

Automatic 3

Indicates that the drop will be automatically handled based on drop location.

Applies to