Re: Core Data: mutableArrayValueForKey and addObject

2009-02-03 Thread mmalc Crawford
On Feb 3, 2009, at 6:29 PM, Luc Vandal wrote: I did find documentation about this but it's lacking examples and I'm confused mmalc _

Re: Core Data: mutableArrayValueForKey and addObject

2009-02-03 Thread Quincey Morris
On Feb 3, 2009, at 18:29, Luc Vandal wrote: A1 = customers array with a to-many relationship to invoices A2 = invoices array with a relationship to customers Bindings set in IB as Content Set -> Customers.selection.invoices with invoices as the model key path. I understand that calling addO

Core Data: mutableArrayValueForKey and addObject

2009-02-03 Thread Luc Vandal
Hi, A1 = customers array with a to-many relationship to invoices A2 = invoices array with a relationship to customers Bindings set in IB as Content Set -> Customers.selection.invoices with invoices as the model key path. I understand that calling addObject directly is a KVO no-no and that I