在 UISearchBar 中搜索时自动完成
我使用 CoreData 应用程序中的搜索栏来查找城市,它会显示我的表格视图中所有可能的匹配项,就像 Google 所做的那样。 Google 正在提供一种新的搜索工具:自动完成单词(就像 XCode 对代码所做的那样——IntelliSense)。我可以在 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
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看上一个问题是否有帮助iPhone 的自动完成搜索示例
See if this previous SO question helps Autocomplete search example for iPhone