---
title: useFastSameViewOperations
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextdropproposal/usefastsameviewoperations
---

# useFastSameViewOperations

A Boolean value that determines whether the text view can use fast inline dropping when the source and destination are in the same text view.

## Declaration

```swift
var useFastSameViewOperations: Bool { get set }
```

## Discussion

Discussion If this property is true, the drag item data isn’t used. Instead, the drop operation moves or copies the text from its original position to the dropped position within the text view. The default value is true.

## See Also

### Configuring a text drop proposal

- [dropAction](uikit/uitextdropproposal/dropaction.md)
- [UITextDropProposal.Action](uikit/uitextdropproposal/action.md)
- [dropPerformer](uikit/uitextdropproposal/dropperformer.md)
- [UITextDropProposal.Performer](uikit/uitextdropproposal/performer.md)
- [dropProgressMode](uikit/uitextdropproposal/dropprogressmode.md)
- [UITextDropProposal.ProgressMode](uikit/uitextdropproposal/progressmode.md)
