Using UISearchBar searching text in UITableView. I just want to know how to highlight searched text. Highlighting could be make text bold or change text color.
E.g. If I'm searching text "Stack" using UISearchBar in UITableView which contains a row with string "Stackoverflow", now my search result should appear this way "Stackoverflow".
Thanks in advance.. Happy coding..