将 CoreData 内容传递给 NSViewController

发布于 2024-08-17 07:17:01 字数 101 浏览 5 评论 0原文

我已经开始转向使用 NSViewControllers,但我一生都无法弄清楚如何通过 NSViewController 将内容从 CoreData 实体获取到 TableView(例如)?

I've started to move to using NSViewControllers and I can't for the life of me figure out how to get content from a CoreData entity to a TableView (for example) through a NSViewController?

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

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

发布评论

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

评论(1

归途 2024-08-24 07:17:01

这个想法是将控制器与您尝试从中提取数据的实体相关联,然后使用绑定将行从该实体提取到表视图中。
有一个 核心数据教程 很好地解释了一切!
此外,苹果对 核心数据绑定 实际上非常有用

The idea is to associate a controller with the entity you are trying to pull data out of, and then use bindings to pull the rows from that into your table view.
There is a core data tutorial that explains everything quite well!
Also, the apple references for core data and bindings are actually quite useful

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