如何在 DashCode 中添加搜索过滤器
我有一个从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在查看 Apple WWDC 视频后,我发现了如何绑定搜索:
就是这样。
After reviewing Apple WWDC video I've found how to bind the search:
That's it.