public final class UITableViewDropIntent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Automatic
The table view will automatically choose between .insertAtDestinationIndexPath and
.insertIntoDestinationIndexPath depending on the position of the drop.
|
static long |
InsertAtDestinationIndexPath
The drop will be placed in row(s) inserted at the destination index path.
|
static long |
InsertIntoDestinationIndexPath
The drop will be placed inside the row at the destination index path (e.g.
|
static long |
Unspecified
Table view will accept the drop, but the location is not yet known and will be determined later.
|
public static final long Unspecified
public static final long InsertAtDestinationIndexPath
public static final long InsertIntoDestinationIndexPath
public static final long Automatic