Contents

UITextDropProposal.Performer.delegate

A performer type that indicates the delegate object is responsible for doing the drop operation.

Declaration

case delegate

Discussion

If this performer is used, the delegate must implement the textDroppableView(_:willPerformDrop:) method. Otherwise, the text view handles the drop operation, which is the same behavior as specifying UITextDropProposal.Performer.view as the performer.

See Also

Performers