Package org.robovm.apple.uikit
Interface UITableViewDropPlaceholderContext
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol,UIDragAnimating
- All Known Implementing Classes:
UITableViewDropPlaceholderContextAdapter
public interface UITableViewDropPlaceholderContext extends UIDragAnimating
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description booleancommitInsertion(VoidBlock1<NSIndexPath> dataSourceUpdates)booleandeletePlaceholder()UIDragItemgetDragItem()Methods inherited from interface org.robovm.apple.uikit.UIDragAnimating
addAnimations, addCompletion
-
Method Details
-
getDragItem
UIDragItem getDragItem() -
commitInsertion
-
deletePlaceholder
boolean deletePlaceholder()
-