当你在iPhoneSearchBar中输入一些东西时,它会在智能的帮助下显示文本。我想为UITextField打开同样的功能。那么该怎么做呢?
发布于 2009-10-22 00:41:55
在iPhone开发人员上查看tableSearch示例代码。居中。它使用UISearchBar、UISearchBarDelegate、UISearchDisplayController和UISearchDisplayDelegate。
iPhone开发人员中心链接:
UISearchBar
UISearchBarDelegate
UISearchDisplayController
UISearchDisplayDelegate
https://stackoverflow.com/questions/1602011
复制相似问题