Set Hierarchical NSUserDefaults Value
Set Hierarchical NSUserDefaults Value
- Subject: Set Hierarchical NSUserDefaults Value
- From: Richard Somers <email@hidden>
- Date: Fri, 16 Jul 2010 07:12:11 -0600
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 (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