Contents

UITextDropProposal.Performer.view

A performer type that indicates that the text view is responsible for doing the drop operation.

Declaration

case view

Discussion

This performer is the default for a UITextDropProposal object. If this performer is used, the textDroppableView(_:willPerformDrop:) method is called (if implemented). However, implementing the delegate method isn’t required when using this performer.

See Also

Performers