<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/accessibilityDropPointDescriptors",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(py)accessibilityDropPointDescriptors"
  },
  "title" : "accessibilityDropPointDescriptors"
}
-->

# accessibilityDropPointDescriptors

An array of location descriptor objects that you use to define where drops are possible on this element.

```
@MainActor var accessibilityDropPointDescriptors: [UIAccessibilityLocationDescriptor]? { get set }
```

## Discussion

To restore the default automatic behavior for this property, assign or return the default value of `nil`.

> Note:
> A value of `nil` does not describe the same behavior as the empty array, which specifies that there are no relevant interactions for this element.

---

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)