Re: Better Way to Add an Entity to an ArrayController

2010-01-23 Thread vincent habchi
Le 23 janv. 2010 à 21:43, cocoa-dev a écrit : > I have a core data app with a model where there is a one-to-many relationship > between CD and Track (CD has an NSSet called tracks). The tracks are shown > in an NSTableView and the content set is managed by an NSArrayController. To > manually

Better Way to Add an Entity to an ArrayController

2010-01-23 Thread cocoa-dev
I have a core data app with a model where there is a one-to-many relationship between CD and Track (CD has an NSSet called tracks). The tracks are shown in an NSTableView and the content set is managed by an NSArrayController. To manually add a track the user presses the add button which runs