Skip to content

Instantly share code, notes, and snippets.

@steveoleary
Created July 4, 2012 14:56
Show Gist options
  • Save steveoleary/3047782 to your computer and use it in GitHub Desktop.
Save steveoleary/3047782 to your computer and use it in GitHub Desktop.
A simple Objective-C Macro to convert an int to a string
#define INTToString(INT) [NSString stringWithFormat:@"%d", INT]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment