【问题标题】:Best approach to search bars and table views in ios在 ios 中搜索栏和表格视图的最佳方法
【发布时间】: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.

谢谢。

【问题讨论】:

标签: ios ios8 uisearchbar ios9 uisearchcontroller


【解决方案1】:

如果您需要在 ios8 或更高版本上运行您的应用程序,您可以选择选项 1。由于ios7不支持uisearchcontroller,所以需要在ios7中使用uisearchbar。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多