Skip to content

Instantly share code, notes, and snippets.

@hacksoldier
Created November 28, 2013 21:22
Show Gist options
  • Save hacksoldier/7698330 to your computer and use it in GitHub Desktop.
Save hacksoldier/7698330 to your computer and use it in GitHub Desktop.
Get a list of country names
NSArray *codes = [[NSArray alloc] initWithArray:[NSLocale ISOCountryCodes]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment