Re: storing default preferences
Re: storing default preferences
- Subject: Re: storing default preferences
- From: Hiro Fujimoto <email@hidden>
- Date: Sun, 14 Mar 2004 15:45:04 +0900
cauri,
You can use NSUserDefaults to load & save the preference in an XML
format.
--
On 2004/03/14, at 15:21, cauri wrote:
New to cocoa programming.
Hi all,
My application has a number of lists that users can customise. I
manage these lists through the preferences panel. On first run (or on
the click of a "restore defaults" button) I would like these arrays to
populate with the default data. What is the best way to store this
data? In an XML file, a tabbed text file, or does some other mechanism
exist in cocoa? And what is the most efficient way to retrieve this
data?
thanks
cauri
------------------------------------------------------------------------
---------
hiro FUJIMOTO - developer in Japan.
_______________________________________________
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.