UITableViewDropProposal
Your proposed solution for handling a drop in a table view.
Declaration
@MainActor class UITableViewDropProposalMentioned 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.