I use a search bar in my CoreData app to find cities, and it is showing every possible match within my table view, like Google does. Google is providing a new searching facility: auto-completion of words (like XCode does with code -- IntelliSense). Can I implement this type of searching in UISearchBar
?
Asked
Active
Viewed 1.5k times
1
-
I tried this but I want like once I typed A It will auto complete word if any of them is present .xCode suggest codes..understood?? – Abhishek Apr 26 '11 at 06:11
-
Here is the very good blog tutorial on Google Type searching in UISearchBar http://www.thismuchiknow.co.uk/?p=85 – Jhaliya - Praveen Sharma Apr 26 '11 at 06:09
-
Check this [link](http://stackoverflow.com/questions/1171972/autocompletion-on-uisearchbar). If you use **UITableView** and **SqLite** you can check this [link](http://blog.webscale.co.in/?p=228) It helps me a lot !!! Good luck !!! – Viktor Apoyan Apr 26 '11 at 06:09