What I would like to do is, if my detailed view gets called I would like to highlight just a part of the text of the UITextView
element.
Let s say the text within the UITextView
is: blatextbla
. Then I would like to highlight dynamically only text
or late
or whatever comes to the user s mind.
How can I do this?