Autocompletion when searching in UISearchBar
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
?
See if this previous SO question helps Autocomplete search example for iPhone
精彩评论