UIDropProposal
A configuration for the behavior of a drop interaction, required if a view accepts drop activities.
Declaration
@MainActor class UIDropProposalMentioned in
Overview
If a view’s drop interaction delegate accepts dropped drag items, it must return a drop proposal in its implementation of the dropInteraction(_:sessionDidUpdate:) method.