suggestedItems
An array of drag items that the system provides when the text drag delegate doesn’t provide custom drag items.
Declaration
var suggestedItems: [UIDragItem] { get }Discussion
The suggestedItems property is always an empty array if the text drag delegate doesn’t implement the textDraggableView(_:itemsForDrag:) method.