Contents

proposal

The current proposal for how to incorporate the dropped items.

Declaration

var proposal: UICollectionViewDropProposal { get }

Discussion

If your drag delegate implements the collectionView(_: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