How to highlight text like in the image?
问题 How to highlight the text "cell phone" in the image? Updated I want to search text on a page and if found, the text should be highlighted in the way I have shown in the attached image. 回答1: Output This Regular Expressions tutorial has detail on how to search the desired text using regular expression on UITextview and how to highlight it. Essential Code that is to be used: - (void)viewDidLoad { [super viewDidLoad]; [self searchData]; } 1) Following code searches for the required pattern from