iOS Question How to insert a string into a textview at a spesific position?

OlavRossland

Member
Licensed User
Longtime User
How can I insert a string into a textview at a spesific position?

Example:
TextView.Text="This is a text"
...code for insert a string at ex. position 9 (ex. " NEW")

Result:
TextView.Text="This is a NEW text"
 
Top