The data associated with an item being dropped into the table view.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
@protocol UITableViewDropItem
Overview
When handling a drop, you get instances of this class from the items
property of the UITable
object. Use them to retrieve the data for the items being dragged and to plan any animations related to dropping the items. You do not create instances of this class yourself.