I would like to highlight or change the color of certain words within text, like when you search for a term, you get the highlighted words within search results. I know I can't do this with NSStrings, but How will I able accomplish this? I would like to display text in UITextView, but can do other options if I need to.
Thanks