Re: Need help with -mutableSetValueForKey:
Re: Need help with -mutableSetValueForKey:
- Subject: Re: Need help with -mutableSetValueForKey:
- From: David Spooner <email@hidden>
- Date: Fri, 21 Sep 2007 09:08:10 -0600
The answer is found in NSKeyValueCoding.h. The required methods are:
- (unsigned int) countOfThings;
- (NSEnumerator *) enumeratorOfThings;
- (id) memberOfThings:(id)thing;
Thanks to all who responded.
dave
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden