public interface UITableViewDropPlaceholderContext extends UIDragAnimating
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UITableViewDropPlaceholderContext.Block_commitInsertionWithDataSourceUpdates |
UIDragAnimating.Block_addAnimations, UIDragAnimating.Block_addCompletion| Modifier and Type | Method and Description |
|---|---|
boolean |
commitInsertionWithDataSourceUpdates(UITableViewDropPlaceholderContext.Block_commitInsertionWithDataSourceUpdates dataSourceUpdates)
Exchange the placeholder for the final cell.
|
boolean |
deletePlaceholder()
If the placeholder is no longer needed or you wish to manually insert a cell for the drop data, you can
remove the placeholder via this method.
|
UIDragItem |
dragItem()
The drag item this placeholder was created for.
|
addAnimations, addCompletionboolean commitInsertionWithDataSourceUpdates(UITableViewDropPlaceholderContext.Block_commitInsertionWithDataSourceUpdates dataSourceUpdates)
boolean deletePlaceholder()
UIDragItem dragItem()