Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将属性绑定到 arraycontroller 的第一个元素类似的东西:
firstEltBinding: 'myArrayController.elementAt(0)'
怎么做 ?
你可以做:
firstElementBinding: 'myArrayController.firstObject'