gpt4 book ai didi

iOS:在 TableView 中添加带有过滤器选项的 UISearchbar

转载 作者:可可西里 更新时间:2023-11-01 03:56:59 24 4
gpt4 key购买 nike

我是 iOS 的新手(来自 android 背景),我想知道如何实现和拥有这两张图片中的搜索栏 http://i.stack.imgur.com/rQKE5.jpg和这里(linkedin)http://i.stack.imgur.com/BnIG2.png .想知道如何使过滤器/选项在用户单击搜索字段时动态显示 并影响 uitable 中显示的结果。 LinkedIn 上的示例 4 过滤器在用户点击搜索时出现。我在网上搜索过,但没有找到持久的结果。同样,我想知道的是当用户点击搜索栏时如何显示这些选项/过滤器

任何帮助都是预先确定的,代码或示例/现有项目将非常有用。

先谢谢大家

最佳答案

UIKit 带有一个专用的内置解决方案,用于与 UITableViewController 一起进行搜索,称为 UISearchDisplayController。它提供了一切(尽管没有太多定制),包括搜索栏 View 、用于过滤和转换的可选范围栏。

引用: https://developer.apple.com/library/ios/documentation/uikit/reference/UISearchDisplayController_Class/Reference/Reference.html

编辑:

这是一个教程:http://www.appcoda.com/search-bar-tutorial-ios7/

这是另一个包含范围栏的:http://www.raywenderlich.com/16873/how-to-add-search-into-a-table-view

编辑:所有这些现在都已过时

iOS8 引入了一个新类 UISearchController 来使它更简洁。参见 http://useyourloaf.com/blog/2015/02/16/updating-to-the-ios-8-search-controller.html

关于iOS:在 TableView 中添加带有过滤器选项的 UISearchbar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23112457/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com