Re: storing default preferences
Re: storing default preferences
- Subject: Re: storing default preferences
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 14 Mar 2004 13:18:35 -0800
On Mar 14, 2004, at 12:27 PM, cauri wrote:
Thank you, however the first time the application runs, before the I
write the plist file, I need to store the initial data for those
preference lists (arrays) somewhere. What is the best method?
This is covered in the documentation for NSUserDefaults:
<
http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSUserDefaults.html>
and
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
UserDefaults/index.html>
Key word: "register".
mmalc
_______________________________________________
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.