0

我在 NSCollectionViewItem 中有一个 NSButton(提供删除项目操作),参数设置成功,绑定操作得到响应,我也得到了代表对象。但是我绑定的目标是文件的所有者目标绑定的图像

这是我得到representedObject的方法:

- (void)removeAction:(id)object{
//    [_arrayController removeObject:object];
}

我的问题是如何获取“ _arrayController”实例或将绑定目标更改为ViewController拥有该arrayController属性的对象?

4

0 回答 0