Skip to content

Instantly share code, notes, and snippets.

@casspangell
Created November 18, 2013 23:16
Show Gist options
  • Save casspangell/7537125 to your computer and use it in GitHub Desktop.
Save casspangell/7537125 to your computer and use it in GitHub Desktop.
NSLog NSDictionary
for (id key in dictionaryName) {
// NSLog(@"key: %@ value: %@", key, [dictionaryName objectForKey:key]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment