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

# suggestedItems

An array of drag items that the system provides when the text drag delegate doesn’t provide custom drag items.

```
var suggestedItems: [UIDragItem] { get }
```

## Discussion

The [`suggestedItems`](/documentation/UIKit/UITextDragRequest/suggestedItems) property is always an empty array if the text drag delegate doesn’t implement the [`textDraggableView(_:itemsForDrag:)`](/documentation/UIKit/UITextDragDelegate/textDraggableView(_:itemsForDrag:)) 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)