Skip to content

Instantly share code, notes, and snippets.

@mluton
Created November 12, 2012 21:59
Show Gist options
  • Select an option

  • Save mluton/4062265 to your computer and use it in GitHub Desktop.

Select an option

Save mluton/4062265 to your computer and use it in GitHub Desktop.
Comma separated list from an array of objects
NSString *categoryString = [[categories valueForKey:@"categoryId"] componentsJoinedByString:@","];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment