Created
December 17, 2010 02:00
-
-
Save marshluca/744365 to your computer and use it in GitHub Desktop.
persistence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSDictionary *magazineDict = [NSDictionary dictionary]; | |
[[NSUserDefaults standardUserDefaults] registerDefaults:magazineDict]; | |
// write data to /Library/Preferences. | |
[[NSUserDefaults standardUserDefaults] synchronize]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment