Created
July 4, 2012 14:56
-
-
Save steveoleary/3047782 to your computer and use it in GitHub Desktop.
A simple Objective-C Macro to convert an int to a string
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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