I've been trying to figure out the NSController classes with the sparse documentation provided by Apple and I have basically hit a wall.
How do you get access to the array of objects NSArrayController creates? For instance, I have a table view that I have hooked up to an NSArrayController. I put in the Object Class Name for the object I want controlled and it dutifully creates an array of these objects that then interact beautifully with my table view. My question is how do I get programmatic access to this array to either add another instance to it (say via drag and drop) or, most puzzling, to save it?
Rather than using an NSArrayController should I use an NSObjectController and set the Content to an array that I set up programmatically in my own controller class?
I'm a little confused about how to integrate these into apps a bit more complicated than the currency converter examples provided by Apple, so ANY advice would be great.
Also, now that Panther has shipped can the rest of us get access to the WWDC sessions? I noticed that there were a few related to this topic.
kman