<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDropInteraction",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIDropInteraction"
  },
  "title" : "UIDropInteraction"
}
-->

# UIDropInteraction

An interaction to enable dropping of items onto a view, employing a delegate to instantiate objects and respond to calls from the drop session.

```
@MainActor class UIDropInteraction
```

## Topics

### Initializing drop interactions

[`-  initWithDelegate:`](/documentation/UIKit/UIDropInteraction/init(delegate:))

Initializes a drop interaction object with a custom delegate object.

### Managing drop interactions

[`delegate`](/documentation/UIKit/UIDropInteraction/delegate)

An object that configures and controls a drop interaction.

[`UIDropInteractionDelegate`](/documentation/UIKit/UIDropInteractionDelegate)

The interface for configuring and controlling a drop interaction.

### Allowing simultaneous drops

[`allowsSimultaneousDropSessions`](/documentation/UIKit/UIDropInteraction/allowsSimultaneousDropSessions)

A Boolean value that specifies whether the drop interaction handles more than one simultaneous drop session.

## Relationships

### Conforms To

[`CVarArg`](/documentation/Swift/CVarArg)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`UIInteraction`](/documentation/UIKit/UIInteraction)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)