Contents

proposal

The proposal for how to incorporate the dropped items.

Declaration

var proposal: UITableViewDropProposal { get }

Discussion

If your drag delegate implements the tableView(_:dropSessionDidUpdate:withDestinationIndexPath:) method, this object contains the information that you provided when making your drop proposal for the given location.

See Also

Getting the session information