I've an app in which I need to highlight words. It's like audio books which reads & highlight arabic text.
There are methods to highlight a particular sub-string from label but I don't want that. I want to something like. Lets consider following sentance.
"I am an iOS Developer & I work in BEE Technologies"
Now, what I want, I would say, highlight character number
1-1, -> I
3-4, -> am
6-7, -> an
9-11, ->iOS
13-21, ->Developer
Because I don't think there is any way to simply keep highlighting word by word till end of line.