Skip navigation.
 
mlRe: NSArrayController and retainCount
FROM : Scott Stevenson
DATE : Thu Nov 04 23:14:55 2004

On Nov 4, 2004, at 10:43 AM, Steve Moore wrote:

> Hello,
>
> I have an NSArrayController (staffController) instantiated in my .nib
> file.  It is bound to an NSMutableArray in MyDocument.  In
> MyDocument's windowControllerDidLoadNib method I checked the
> retainCount of the staffController (the first line in the method) and
> it returns a value of 43.  This seems odd.  I have another
> NSArrayController (locumsController) that returns a retainCount of 10
> at the same time.  What accounts for these unusually high values?


Hi Steve,

I only had time to glance at your email, but I think think your issue
and a workaround is described here.

http://theobroma.treehouseideas.com/document.page/18


    - Scott

Related mailsAuthorDate
mlNSArrayController and retainCount Steve Moore Nov 4, 19:43
mlRe: NSArrayController and retainCount Scott Stevenson Nov 4, 23:14
mlRe: NSArrayController and retainCount Steve Moore Nov 4, 23:44
mlRe: NSArrayController and retainCount Scott Stevenson Nov 5, 02:46
mlRe: NSArrayController and retainCount Steve Moore Nov 5, 05:16