如何在 DashCode 中添加搜索过滤器

发布于 2024-12-20 11:55:07 字数 115 浏览 2 评论 0原文

我有一个从 Dashcode 中的数据源加载的列表,并添加了一个搜索字段。我还在列表中找到了 filterPredicate 选项。

如何将所有内容绑定在一起以使搜索过滤列表?

干杯!

I have a list loaded from datasource in Dashcode and I added a search field. Also I've found filterPredicate option in the list.

How to bind all things together to make the search filter the list?

Cheers!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疧_╮線 2024-12-27 11:55:07

在查看 Apple WWDC 视频后,我发现了如何绑定搜索:

  1. 将搜索谓词字符串设置为将在其中完成搜索的目标字段(例如名称、描述 - 取决于数据源结构)。
  2. 打开数据源,选择一个列表并将 filterPredicate 与搜索字段的 predicate 属性绑定。

就是这样。

After reviewing Apple WWDC video I've found how to bind the search:

  1. Set search predicate string to a target field in which the search will be done (e.g. name, description - depends on the datasource structure).
  2. Open datasources, select a list and bind filterPredicate with the predicate property of the search field.

That's it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文