标签: ios objective-c
如何在iPhone上设置像App Store这样的搜索结果标签?
或者像这样:
答案 0 :(得分:0)
您可以使用UISearchDisplayController类或添加UISearchBar,将您正在使用的控制器设置为其委托并实施必要的方法。
UISearchDisplayController
Apple的参考:https://developer.apple.com/library/ios/documentation/uikit/reference/UISearchDisplayController_Class/Reference/Reference.html
答案 1 :(得分:0)
我相信此链接会有所帮助。您可以找到有关它的教程。 http://www.raywenderlich.com/16873/how-to-add-search-into-a-table-view