On 4/18/08 6:46 PM, Ron Lue-Sang said:
>> Consider an app that uses bindings and Core Data. It has a tableview
>> bound to an array controller. There is an 'Add' button that creates a
>> new entity to be shown in the table. It could be implemented by:
>>
>> 1) sending add: to the array controll
On Apr 18, 2008, at 2:54 PM, Sean McBride wrote:
Hi all,
Consider an app that uses bindings and Core Data. It has a tableview
bound to an array controller. There is an 'Add' button that creates a
new entity to be shown in the table. It could be implemented by:
1) sending add: to the array
Hi all,
Consider an app that uses bindings and Core Data. It has a tableview
bound to an array controller. There is an 'Add' button that creates a
new entity to be shown in the table. It could be implemented by:
1) sending add: to the array controller.
2) using a custom IBAction method that cr