public interface UITableViewDropItem
| Modifier and Type | Method and Description |
|---|---|
UIDragItem |
dragItem()
Retrieve drop data from the dragItem's itemProvider.
|
CGSize |
previewSize()
May be useful for computing the UIDragPreviewTarget transform for UITableViewDropCoordinator dropItem:toTarget:
Returns CGSizeZero if the dragItem does not have a visible drop preview.
|
NSIndexPath |
sourceIndexPath()
If this drop item is also from this table view this index path will specify the location of the row it came from.
|
UIDragItem dragItem()
CGSize previewSize()
NSIndexPath sourceIndexPath()