I want to implement advance search functionality so that if a particular text is typed in search bar, the list of contents in UITableview should be filtered based on the search and then the search text occurances should be highlighted? Please give me some ideas? Thanks in advance.
|
feedback
|
|
Use NSAttributedString... Find UIControllers that draw NSAttribute String because UILabel,UITextView doesnot support NSAttributedString... I have achieved this in my code...
| |||||||||||||
feedback
|
|
I haven't tried something like this myself but my approach would be as follows:
Hope this helps. | |||||
feedback
|
