是否可以将 a 的representedObject属性绑定到 aNSViewController的NSArrayController属性selection(即 a NSManagedObject)?
[self.ressourcesViewController bind:@"representedObject" toObject:self.ressourcesController withKeyPath:@"selection" options:nil];
由于某种原因,这总是给我没有选择占位符!