<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextDropProposal/Performer/view",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITextDropPerformer@UITextDropPerformerView"
  },
  "title" : "UITextDropProposal.Performer.view"
}
-->

# UITextDropProposal.Performer.view

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

```
case view
```

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)