public interface UITextDragRequest
| Modifier and Type | Method and Description |
|---|---|
UITextRange |
dragRange()
The text range being dragged.
|
UIDragSession |
dragSession()
The current drag session.
|
NSArray<? extends UIDragItem> |
existingItems()
The existing items in the session.
|
boolean |
isSelected()
Indicates whether the drag context contains a selection.
|
NSArray<? extends UIDragItem> |
suggestedItems()
The suggested items that the text control would return,
if the responsible delegate method were not implemented.
|
UITextRange dragRange()
UIDragSession dragSession()
NSArray<? extends UIDragItem> existingItems()
boolean isSelected()
NSArray<? extends UIDragItem> suggestedItems()