On Wed, Apr 16, 2008 at 4:49 PM, Hamish Allan <[EMAIL PROTECTED]> wrote:
> [myArrayController addObserver:self forKeyPath:@"arrangedObjects"
> options:(NSKeyValueObservingOptionOld|NSKeyValueObservingOptionNew)
> context:nil];
> myDictionary = [[NSMutableDictionary alloc] init];
> [myD
Hi,
If I set up key-value observing of an NSArrayController's
arrangedObjects like so:
[myArrayController addObserver:self forKeyPath:@"arrangedObjects"
options:(NSKeyValueObservingOptionOld|NSKeyValueObservingOptionNew)
context:nil];
I get informed when the array controller's content ch