I searched for a text in my data that user writes in search bar and displayed searched data in UITable View.I want to highlight the matched text in my table view data.For example if i search for a word "Test".I want to highlight this word in my result.Is there any way to do this??
I searched for a text in my data that user writes in search bar and displayed searched data in UITable View.I want to highlight the matched text in my table view data.For example if i search for a word "Test".I want to highlight this word in my result.Is there any way to do this??
you are not getting my point .i do not want to highlight whole text ,i just want to highlight the single word that matches the text that i writes in the search bar.
For Example:
search bar text = "Test"
cell text ="I am doing Test ";
i Just want to highlight the word "Test"
I hope now u will get my point .thanks for quick reply .Any idea about this
you are not getting my point .i do not want to highlight whole text ,i just want to highlight the single word that matches the text that i writes in the search bar.
For Example:
search bar text = "Test"
cell text ="I am doing Test ";
i Just want to highlight the word "Test"
I hope now u will get my point .thanks for quick reply .Any idea about this