iOS 11 introduced the ability to drag and drop text and images. So for example I can select some text, then press and hold it again and drag it into a text field or another application.
In Swift code, how can I detect when the user starts dragging some selection? The finger moves, so I tried a drag gesture handler but that does not work, the dragging of the selection is on some other "layer" that does not trigger it.