1

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?

jscs
  • 63,694
  • 13
  • 151
  • 195
Abhishek
  • 303
  • 1
  • 6
  • 25
  • 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

1 Answers1

0

See if this previous SO question helps Autocomplete search example for iPhone

Community
  • 1
  • 1
visakh7
  • 26,380
  • 8
  • 55
  • 69