Skip to content

Instantly share code, notes, and snippets.

@youssman
Created February 2, 2015 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save youssman/c1a243a2919c253f8d7c to your computer and use it in GitHub Desktop.
Save youssman/c1a243a2919c253f8d7c to your computer and use it in GitHub Desktop.
NSArray *array1 = [NSArray arrayWithObjects:@"1", @"2", @"3", nil];
NSString *joinedString = [array1 componentsJoinedByString:@","];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment