I want to put an NSMutableDictionary into my standardUserDefaults with keys and boolean values [NSNumber numberWithBool:YES/NO], then bind that to a table with keys and checkboxes in my preferences window. That all seems to work nicely, except that when I check one of the checkboxes I find that NSNumber needs a setBoolValue method to be KVC compliant.

So I need an object that is both property list compliant and KVC compliant for a BOOL value.

Is there a standard workaround somewhere?

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to