I have a TextView with some text. I have a button that must insert a word. The problem is that with “stringByAppendingString” I can’t enter the single word at the cursor location without deleting what’s before and after.
Is there any method to insert text in the location you want?
Thank you!
You should use something like: