Re: Binding questions
Re: Binding questions
- Subject: Re: Binding questions
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 10 Nov 2004 18:58:52 -0800
On Nov 10, 2004, at 6:33 PM, Tim Lucas wrote:
Attach it to an action that loops through your array of objects and
sets the checked state on each.
You can do this in one line with KVC:
[theArray setValue:aNumber forKey:@"<checkAttribute>"];
Again, great stuff! Wasn't aware KVC calls acted upon an entire
collections of objects.
An omission in the documentation, perhaps...
I'm guessing this functionality is provided in NSArray (and
NSMutableArray) in their setValue methods?
Correct.
mmalc
_______________________________________________
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