Skip to content

Instantly share code, notes, and snippets.

@ziggear
Created July 4, 2013 03:47
Show Gist options
  • Save ziggear/5924779 to your computer and use it in GitHub Desktop.
Save ziggear/5924779 to your computer and use it in GitHub Desktop.
NSDictionary *dict = ...
...
for (NSString *key in dict) {
NSString *value = [dict objectForKey:key];
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment