Re: addObserver:forKeyPath:options:context: memory management in GC

2009-11-18 Thread Lukhnos D. Liu
On Nov 18, 2009, at 2:14 AM, Sean McBride wrote: The docs for addObserver:forKeyPath:options:context: say Neither the receiver, nor anObserver, are retained.. They don't comment on the garbage collected case specifically. Does any know for sure? Does calling this method add a strong

addObserver:forKeyPath:options:context: memory management in GC

2009-11-17 Thread Sean McBride
Hi all, The docs for addObserver:forKeyPath:options:context: say Neither the receiver, nor anObserver, are retained.. They don't comment on the garbage collected case specifically. Does any know for sure? Does calling this method add a strong reference between the receiver and 'anObserver'?