Skip to content

Instantly share code, notes, and snippets.

@XueshiQiao
Created June 14, 2013 07:06
Show Gist options
  • Save XueshiQiao/5780008 to your computer and use it in GitHub Desktop.
Save XueshiQiao/5780008 to your computer and use it in GitHub Desktop.
iOS高效、优雅遍历Dictionary
[dictionary enumerateKeysAndObjectsUsingBlock:^(id key, id val, BOOL
*stop) {
//NSLog(@"%@, %@", key, val);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment