Skip to content

Instantly share code, notes, and snippets.

@samgreen
Created May 22, 2012 17:01
Show Gist options
  • Save samgreen/2770279 to your computer and use it in GitHub Desktop.
Save samgreen/2770279 to your computer and use it in GitHub Desktop.
NSMutableArray *allCategories = [NSMutableArray array];
for (NSString *key in [template allKeys]) {
NSArray *categoryItems = [template objectForKey:key];
[allCategories addObject:categoryItems];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment