The interface for initiating drags from a table view.
SDKs
- iOS 11.0+
- Mac Catalyst 13.0+
Framework
- UIKit
Declaration
@protocol UITableViewDragDelegate
Overview
Implement this protocol in the object that you use to initiate drags from your table view. The only required method of this protocol is the table
method, but you can implement other methods as needed to customize the drag behavior of your table view.
Assign your custom delegate object to the drag
property of your table view.