Package org.robovm.apple.uikit
Interface UITableViewDropItem
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITableViewDropItemAdapter
public interface UITableViewDropItem extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description UIDragItemgetDragItem()CGSizegetPreviewSize()NSIndexPathgetSourceIndexPath()
-
Method Details
-
getDragItem
UIDragItem getDragItem() -
getSourceIndexPath
NSIndexPath getSourceIndexPath() -
getPreviewSize
CGSize getPreviewSize()
-