First i will obtain the database in an NSArray so it is not sqlite issue.
My question is about detecting the word, simply i need to auto-complete word from an NSArray during the typing.
I found some tutorials which talking about
[UITextFieldTextDidChangeNotification - addObserver .. etc]
but not describing it clearly.
You have to implement
UITextfieldaction methodEditing Changedin your .m file and then implement following code for search and filter array according you typp in it.