I need to modify a user defaults value that is hierarchical.

"First Level" = { "Second Level" = 1; };

None of the NSUserDefaults set methods take a key path. They all look like this.

- (void)setInteger:(NSInteger)value forKey:(NSString *)defaultName

How do I change the "Second Level" value?

--Richard

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to