Re: KVC array proxy objects

2009-05-06 Thread Aaron Braunstein
Ashley, I don't know how I could have been so dense. I had read that section at least a dozen times, but somehow it never sank in. I was so fixated on getting alternative methods of accessing ordered collections that I'd skipped over the fact that by definition 'alternative' means "will

Re: KVC array proxy objects

2009-05-05 Thread Ashley Clark
The documentation[1] about accessor search order shows that it will prefer a method named - over the corresponding -countOf and - objectInAtIndex: methods. Specifically you should read the section about the search pattern for valueForKey. The mutableArrayValueForKey proxy only details how ar