On 10 Nov 2009, at 22:29, Quincey Morris wrote:
> On Nov 10, 2009, at 14:08, jonat...@mugginsoft.com wrote:
>
>> I accept all of this except that when observing NSArrayController
>> -arrangedObjects it seems that NSKeyValueChangeSetting is all you ever get,
>> regardless of the nature of the c
On Nov 10, 2009, at 14:08, jonat...@mugginsoft.com wrote:
I accept all of this except that when observing NSArrayController -
arrangedObjects it seems that NSKeyValueChangeSetting is all you
ever get, regardless of the nature of the changes to the underlying
content.
If you're really gett
On 10 Nov 2009, at 17:52, Quincey Morris wrote:
> On Nov 10, 2009, at 05:16, jonat...@mugginsoft.com wrote:
>
>> On 9 Nov 2009, at 20:58, jonat...@mugginsoft.com wrote:
>>
>>> My Entry objects are an NSManagedObject subclass.
>>>
>>> I create an NSArray of N Entries and add them to my array con
On Nov 10, 2009, at 05:16, jonat...@mugginsoft.com wrote:
On 9 Nov 2009, at 20:58, jonat...@mugginsoft.com wrote:
My Entry objects are an NSManagedObject subclass.
I create an NSArray of N Entries and add them to my array
controller like so.
[self.arrayController addObjects:newEntries];
I
On 9 Nov 2009, at 20:58, jonat...@mugginsoft.com wrote:
> My Entry objects are an NSManagedObject subclass.
>
> I create an NSArray of N Entries and add them to my array controller like so.
> [self.arrayController addObjects:newEntries];
>
> I am observing [self.arrayController arrangedObjects]
My Entry objects are an NSManagedObject subclass.
I create an NSArray of N Entries and add them to my array controller
like so.
[self.arrayController addObjects:newEntries];
I am observing [self.arrayController arrangedObjects] and receive a
single observation following the above call.
Ho