Possible Duplicate:
How to implement search function to UITextView?
I have a UIViewContoller which contains huge data in terms of UITextView s. It is difficult for the user to read entire text on the screen. So i am thinking how can i provide search functionality in this scenario ?
I would like to know the possible search mechanisms in iOS. I know one way which is uiSerachBar with uitableview. Is there any other search mechanism available ?
Is it possible to search to mimic MSWord or PDF files ?
Yes it is possible to search all types of documents mimicking the way MSWord or PDF files search. You just have to customize them according to your plan.
Here are a few links please check them out….
Search UITextView for a specific word in iOS app
How to implement search function to UITextView?
Also , check in google and this site itself for further queries.