Contents

UITableViewDropProposal

Your proposed solution for handling a drop in a table view.

Declaration

@MainActor class UITableViewDropProposal

Mentioned in

Overview

Create instances of this class in the tableView(_:dropSessionDidUpdate:withDestinationIndexPath:) method of your drop delegate object. You create drop proposals to let the table view know how you intend to handle a drop at the currently specified location. The table view uses that information to provide appropriate visual feedback to the user.

Topics

Creating a drop proposal

Getting the proposed drop location

Initializers

See Also

Drag and drop