Re: Best way to save user preferences
Re: Best way to save user preferences
- Subject: Re: Best way to save user preferences
- From: email@hidden
- Date: Sat, 14 Dec 2002 17:47:38 +0100
On samedi, dicembre 14, 2002, at 05:34 PM, psfische wrote:
What is the best/preferred way to save user preferences. Is this
commonly done via a plist? Thanks for any help you guys can give.
It may depend on what the application is doing.
In most of the cases, you can use NSUserDefaults. It's fast, easy to
use and it works. This will create a .plist in the user
Library/Preferences folder.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.