uisearchbar +适合视图 + nsfetchedresultscontroller

发布于 2024-09-02 21:00:20 字数 191 浏览 5 评论 0原文

我有一个视图控制器,它有一个 UITableView,它由 NSFetchedResultsController 填充。我想添加一个 UISearchBar 以便能够过滤通过 NSFetchedResultsController 在 UITableView 中显示的核心数据中的记录。

我想知道“最干净”的方法是什么,以及是否有一个明确的例子可以找到。

I have a view controller that has a UITableView which is populated by a NSFetchedResultsController. I'd like to add a UISearchBar to be able to filter the records from Core Data that are displayed in the UITableView via the NSFetchedResultsController.

I'd like to know what the "cleanest" way to do this is, and if there is a clear example of this to be found.

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

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

发布评论

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

评论(1

何止钟意 2024-09-09 21:00:20

我发现的最干净的解决方案是使用两个 fecthedResultsController,如 这个答案。

The cleanest solution I found was to use two fecthedResultsController, as described in this answer.

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