public interface UICollectionViewDropItem
| Modifier and Type | Method and Description |
|---|---|
UIDragItem |
dragItem() |
CGSize |
previewSize()
May be useful for computing the UIDragPreviewTarget transform for UICollectionViewDropCoordinator dropItem:toTarget:
Returns CGSizeZero if the dragItem does not have a visible drop preview.
|
NSIndexPath |
sourceIndexPath()
If this drop item is also from this collection view this indexPath will specify the location of the item.
|
UIDragItem dragItem()
CGSize previewSize()
NSIndexPath sourceIndexPath()