Skip to content

Instantly share code, notes, and snippets.

@nickcheng
Created September 24, 2013 06:59
Show Gist options
  • Save nickcheng/6681224 to your computer and use it in GitHub Desktop.
Save nickcheng/6681224 to your computer and use it in GitHub Desktop.
Best way to reset NSUserDefaults
NSString *domainName = [[NSBundle mainBundle] bundleIdentifier];
[[NSUserDefaults standardUserDefaults] removePersistentDomainForName:domainName];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment