Initial Object in Array Controller

2011-09-29 Thread David Mirabito
Hello, I've a simple application which for now just shows a tableview with a list of expenses ... NSArrayController (many of these are just the default...) Avoid Empty Selection - NO Preserve Selection - NO Select Inserted Objects - YES Clear Filter Predicate on

Re: Initial Object in Array Controller

2011-09-29 Thread Quincey Morris
On Sep 29, 2011, at 02:42 , David Mirabito wrote: My understanding is that because of 'preparesContent=YES' it manages the array internally, which i get at with the [myController content]. Not quite so. Array controllers *always* manage a (separate) array, or an array property if configured