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 Details

    • getDragItem

      UIDragItem getDragItem()
    • commitInsertion

      boolean commitInsertion​(VoidBlock1<NSIndexPath> dataSourceUpdates)
    • deletePlaceholder

      boolean deletePlaceholder()