UITextDropProposal.Performer.delegate
A performer type that indicates the delegate object is responsible for doing the drop operation.
Declaration
case delegateDiscussion
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.