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