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.
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 mails | Author | Date |
|---|---|---|
| psfische | Dec 14, 17:34 | |
| Andrew | Dec 14, 17:41 | |
| ssudre2 | Dec 14, 17:47 | |
| Jaime Magiera | Dec 14, 18:07 |






Cocoa mail archive

