Skip to content

Instantly share code, notes, and snippets.

@is8r
Created February 5, 2013 02:48
Show Gist options
  • Save is8r/4711744 to your computer and use it in GitHub Desktop.
Save is8r/4711744 to your computer and use it in GitHub Desktop.
-(void)resetShareKitUserDefaults
{
[[NSUserDefaults standardUserDefaults] setObject:nil forKey:[NSString stringWithFormat:@"%@%i", @"SHK_FAVS_", 3]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment