Associated key phrases: boundary evaluation, phrase boundaries, tokenize, segmentation
I do know most applications these days use the ICU software to resolve textual content boundaries, or to tokenize a sentence into phrase tokens, or because the so-called segmenter.
I am questioning if the TextField
or UITextField
helps disabling the tokenizing conduct.
Mainly, I need the cursor to be positioned precisely at the place I tapped, not the start or the top of the token. Within the display recording GIF above, I need the cursor to be on the center of the digits (coordinates) after I faucet it.
Is it doable to disable the tokenizing conduct in SwiftUI? Or is there a greater technique to phrase this drawback? Did a little bit of search however can not discover something associated to Apple/Swift.