标签: objective-c macos nstableview nsarraycontroller
我从互联网跟随指导者使用NSArrayController绑定NStableView,但是似乎对我不起作用。你能帮忙吗。有3个问题: 1.无法绑定Content Array(您看到错误(!)) 2.无法绑定值(来自NStableview) 3.是否可以在不使用按钮的情况下添加对象。
enter image description here
答案 0 :(得分:0)
表视图绑定错误。
在该列中选择Table View Cell(而不是Table Cell View !!),然后将Value绑定到Table Cell View> objectValue.<property>
Table View Cell
Table Cell View
Value
objectValue.<property>
将控制器密钥留空。
是的,可以使用IBOutlet作为数组控制器,并使用NSArrayController API添加对象。
IBOutlet
NSArrayController