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

# dragInteraction(_:sessionDidMove:)

Tells the delegate the user moved the drag items to a new location on the screen.

```
optional func dragInteraction(_ interaction: UIDragInteraction, sessionDidMove session: any UIDragSession)
```

## Parameters

`interaction`

The interaction that called this method.

`session`

The current drag session.

## Discussion

To get the new location, call the drag session’s [`location(in:)`](/documentation/UIKit/UIDragDropSession/location(in:)) method.

---

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)