Skip to content

Instantly share code, notes, and snippets.

@aaronpearce
Created December 29, 2011 20:55
Show Gist options
  • Save aaronpearce/1536153 to your computer and use it in GitHub Desktop.
Save aaronpearce/1536153 to your computer and use it in GitHub Desktop.
NSUserDefaults *userDefaults = [NSUserDefaults standardUserDefaults];
NSDictionary *dict = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithBool:YES], @"auto-fetch", [NSNumber numberWithBool:YES], "alert", [NSNumber numberWithInt:48], @"offset", nil];
[userDefaults registerDefaults:dict];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment