Re: Documentation frustrations
Re: Documentation frustrations
- Subject: Re: Documentation frustrations
- From: Scott Anguish <email@hidden>
- Date: Sun, 10 Jul 2005 23:59:11 -0400
On Jul 10, 2005, at 5:26 PM, Andre wrote:
Another example, I want to find more info relating to @unionOfSets
that I found in one of the bindings, so I search in interface
builder help for @unionOfSets... nothing. Ok, I search in XCode
documentation, I get two results, with the place not being
highlighted (in the text it should also jump there) where the text
was found, so I do another search (cmd+F), and find it... here is
the explanation for the key @unionOfSets : "The @unionOfSets array
operator" ... gee thanks! That explains everything!
The @unionOfSets operator was documented in the last update
(July)...
Set and Array Operators
The @unionOfSets operator returns an array containing all the objects
values returned by sending valueForKeyPath: to each item in the
receiving set, passing the key path to the right of the operator as
the parameter. Unlike @distinctUnionOfSets, duplicate objects are not
removed.
I believe what you were looking at there was the Update doc that
basically lists each new item added in Tiger, with a brief summary
and a link (unless the doc isn't in that release).
_______________________________________________
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