Re: problem with pure automatic KVO for array (no controllers...)
Re: problem with pure automatic KVO for array (no controllers...)
- Subject: Re: problem with pure automatic KVO for array (no controllers...)
- From: Michael Monscheuer <email@hidden>
- Date: Sun, 22 May 2005 00:15:36 +0200
Yes I know, but... Reading the KVC doc it says:
//If the to-many related objects are mutable, and the -<key> method does not
//return an NSMutableArray, you must also implement -insertObject:in<Key>AtIndex:
//and -removeObjectFrom<Key>AtIndex:
My observed accessor -testArray *does* return a mutable array.
So my class implements -<key> and returns a mutable array.
So I should not need to implement more?!
michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden