使用乘法 NSArrayControllers 和 NSTableView 绑定数据
Posted
技术标签:
【中文标题】使用乘法 NSArrayControllers 和 NSTableView 绑定数据【英文标题】:Bind data using multiply NSArrayControllers and NSTableView 【发布时间】:2012-02-19 11:11:44 【问题描述】:问题
如何根据Group中的行选择显示Subgroup中的数据?
问题命名
NSTableView
名称为 Group
NSTableView
名称为 子组
群组 NSArrayController
,名称为群组
子组 NSArrayController
,名称为子组
附加数据
Data Model
中 Group 和 Subgroup 之间的关系设置为 to-many
Groups 用作 Group 表格视图的控制器
Subgroups 用作 Subgroup 表格视图的控制器
【问题讨论】:
【参考方案1】:答案是:
将Controller Content
中的Content Set
设置为Bindings Inspector
到Model Key Path
到relationship
名称。
【讨论】:
以上是关于使用乘法 NSArrayControllers 和 NSTableView 绑定数据的主要内容,如果未能解决你的问题,请参考以下文章
NSPersistentDocument 和 NSArrayController 与 MagicalRecord
在另一个线程中使用来自 NSArrayController 的 NSManagedObjects