---
title: suggestedItems
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextdragrequest/suggesteditems
---

# suggestedItems

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

## Declaration

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

## Discussion

Discussion The suggestedItems property is always an empty array if the text drag delegate doesn’t implement the textDraggableView(_:itemsForDrag:) method.

## See Also

### Getting the drag items

- [existingItems](uikit/uitextdragrequest/existingitems.md)
