Here's the scenario. In my (OS X) app's preferences, I'd like the user to be able select between sets of preference settings, and I'd like to be able to use NSUserDefaults for this without having to deal with extra plists.
Here's an example to illustrate the idea. On the preferences page there is a combo box, where the user can pick a "theme" or enter the name of a new theme. The settings for the theme are some check buttons which have different states for the different themes. Obviously, the current state is easy with NSUserDefaults. But I can't figure out how to have each "theme" state stored in NSUserDefaults. Is this possible, or do I just need to forget it and use plists? -- John _______________________________________________ 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