public final class UICollectionViewDropIntent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
InsertAtDestinationIndexPath
The drop will be placed in item(s) inserted at the destination index path.
|
static long |
InsertIntoDestinationIndexPath
The drop will be placed inside the item at the destination index path (e.g.
|
static long |
Unspecified
Collection 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