Skip navigation.
 
mlRe: Best way to save user preferences
FROM : ssudre2
DATE : Sat Dec 14 17:47:38 2002

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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlBest way to save user preferences psfische Dec 14, 17:34
mlRe: Best way to save user preferences Andrew Dec 14, 17:41
mlRe: Best way to save user preferences ssudre2 Dec 14, 17:47
mlRe: Best way to save user preferences Jaime Magiera Dec 14, 18:07