【发布时间】:2015-09-28 06:24:32
【问题描述】:
目前的最佳做法是什么:
1. Use a UISearchController to handle searching.
or
2. Create a view controller that has a UISearchBar and scope bar with a UITableView as the results.
or
3. Or some other way.
谢谢。
【问题讨论】:
-
处理选项 1 和选项 2 适合您的概念
-
需要这个概念的例子
-
我认为我在这里找到的最佳方法:useyourloaf.com/blog/… 感谢您的评论
-
请参考这个链接也appcoda.com/how-to-add-search-bar-uitableview,这个链接是旧的但是conecpt很好
标签: ios ios8 uisearchbar ios9 uisearchcontroller