Contents

UIDropProposal

A configuration for the behavior of a drop interaction, required if a view accepts drop activities.

Declaration

@MainActor class UIDropProposal

Mentioned 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.

Topics

Initializing a drop proposal

Configuring a drop proposal

Initializers

See Also

Drop destinations