将 CoreData 内容传递给 NSViewController
我已经开始转向使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个想法是将控制器与您尝试从中提取数据的实体相关联,然后使用绑定将行从该实体提取到表视图中。
有一个 核心数据教程 很好地解释了一切!
此外,苹果对 核心数据 和 绑定 实际上非常有用
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