Skip to content

Instantly share code, notes, and snippets.

@coybit
Forked from jensellfors/JAConcat.m
Created February 23, 2014 16:35
Show Gist options
  • Save coybit/9173721 to your computer and use it in GitHub Desktop.
Save coybit/9173721 to your computer and use it in GitHub Desktop.
#define $(...) ((NSString *)[[NSArray arrayWithObjects:__VA_ARGS__, nil] componentsJoinedByString:@""])
/*
* Example
*/
NSString *string = $(@"Hello", @" ", @"World!", @"\n", @"1 + 2 = ", @(1+2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment