<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextDropDelegate/textDroppableView(_:dropSessionDidUpdate:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UITextDropDelegate(im)textDroppableView:dropSessionDidUpdate:"
  },
  "title" : "textDroppableView(_:dropSessionDidUpdate:)"
}
-->

# textDroppableView(_:dropSessionDidUpdate:)

Tells the delegate that the drop session has been updated.

```
optional func textDroppableView(_ textDroppableView: any UIView & UITextDroppable, dropSessionDidUpdate session: any UIDropSession)
```

## Parameters

`textDroppableView`

The text view that received the drop activity.

`session`

The current drop session.

## Discussion

The system usually—but not always—calls this method before calling the [`textDroppableView(_:proposalForDrop:)`](/documentation/UIKit/UITextDropDelegate/textDroppableView(_:proposalForDrop:)) method. However, it’s called frequently, so do only what is necessary in your implementation.

---

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)