Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > NSDictionary and user prefernces

NSDictionary and user prefernces
Thread Tools
Senior User
Join Date: Jun 2002
Location: UK
Status: Offline
Reply With Quote
Aug 31, 2002, 10:06 AM
 
I've looked everywhere but I still haven't found much documentation about how to use NS(Mutable)Dictionary. I'd like to use it with user preferences, for example.

This is what I want to achieve:

<dict>
<key>MY KEY</key>
<array>
<dict>
<key>Subkey1</key>
<string>PreviousPage</string>
<key>Subkey2</key>
<string>NextPage</string>
<key>Subkey2</key>
<string>TypesetEE</string>
</dict>
</array>
</dict>
<dict>
<key>ANOTHER KEY</key>
<array>
<dict>
<key>Subkey1</key>
<string>PreviousPage</string>
<key>Subkey2</key>
<string>NextPage</string>
<key>Subkey2</key>
<string>TypesetEE</string>
</dict>
</array>
</dict>


But I don't know how...
     
Mac Enthusiast
Join Date: Nov 2001
Status: Offline
Reply With Quote
Aug 31, 2002, 11:14 AM
 
To set the default:
Code:
[NSUserDefaults standardUserDefaults] setObject:myDictionary forKey:@"DefaultsKey"];
and to retrieve it:
Code:
[NSUserDefaults standardUserDefaults] dictionaryForKey:@"DefaultsKey"];
Is this what you wanted to know?
     
VEGAN  (op)
Senior User
Join Date: Jun 2002
Location: UK
Status: Offline
Reply With Quote
Aug 31, 2002, 12:25 PM
 
Originally posted by Ibson:
To set the default:
Code:
[NSUserDefaults standardUserDefaults] setObject:myDictionary forKey:@"DefaultsKey"];
and to retrieve it:
Code:
[NSUserDefaults standardUserDefaults] dictionaryForKey:@"DefaultsKey"];
Is this what you wanted to know?
THAT'S IT!
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 01:43 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2