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

# UITableViewDropProposal

Your proposed solution for handling a drop in a table view.

```
@MainActor class UITableViewDropProposal
```

## Overview

Create instances of this class in the [`tableView(_:dropSessionDidUpdate:withDestinationIndexPath:)`](/documentation/UIKit/UITableViewDropDelegate/tableView(_:dropSessionDidUpdate:withDestinationIndexPath:)) method of your drop delegate object. You create drop proposals to let the table view know how you intend to handle a drop at the currently specified location. The table view uses that information to provide appropriate visual feedback to the user.

## Topics

### Creating a drop proposal

[`-  initWithDropOperation:intent:`](/documentation/UIKit/UITableViewDropProposal/init(operation:intent:))

Creates a drop proposal object that specifies how to incorporate the dropped content.

### Getting the proposed drop location

[`intent`](/documentation/UIKit/UITableViewDropProposal/intent-swift.property)

The option to use when incorporating dropped items into your content.

[`Intent`](/documentation/UIKit/UITableViewDropProposal/Intent-swift.enum)

Constants indicating how you intend to handle a drop.

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

Operation types that determine how a drag and drop activity resolves when the user drops a drag item.

## Relationships

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

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

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

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

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

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

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

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

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

### Inherits From

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

---

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)