单个 UITableView 与直接从 Core Data 获取的多对多

发布于 2024-11-02 09:54:01 字数 281 浏览 1 评论 0 原文

是否可以让单个 UITableView 显示来自两个链接实体的记录,而无需将 NSFetchedResultsController 结果转换为数组然后嵌套数组?

在此处输入图像描述

并使 UITableView 结果如下所示:

在此处输入图像描述

任何方向都会很棒并且非常感激。

Is it possible to have a single UITableView display records from two linked entities without converting NSFetchedResultsController results into arrays then nesting the arrays?

enter image description here

And have the UITableView results look like:

enter image description here

Any direction would be great and very well appreciated.

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

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

发布评论

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

评论(1

陌伤浅笑 2024-11-09 09:54:01

也许使用 获取属性? :

获取的属性代表弱,
单向关系。在
员工和部门域,a
获取部门的财产可能
是“新员工”(员工不
与最近的招聘情况相反
关系)。一般来说,取
属性最适合建模
跨商店关系,“松散
耦合”关系,以及类似的
瞬态分组。

Maybe using fetched properties? :

Fetched properties represent weak,
one-way relationships. In the
employees and departments domain, a
fetched property of a department might
be "recent hires" (employees do not
have an inverse to the recent hires
relationship). In general, fetched
properties are best suited to modeling
cross-store relationships, "loosely
coupled" relationships, and similar
transient groupings.

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