1

我需要将属性绑定到 arraycontroller 的第一个元素类似的东西:

firstEltBinding: 'myArrayController.elementAt(0)'

怎么做 ?

4

1 回答 1

3

你可以做:

firstElementBinding: 'myArrayController.firstObject'
于 2013-01-15T18:25:30.017 回答