Skip to content

Instantly share code, notes, and snippets.

@doronkatz
Created July 27, 2010 02:58
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 doronkatz/491651 to your computer and use it in GitHub Desktop.
Save doronkatz/491651 to your computer and use it in GitHub Desktop.
//first type
NSArray *anArray = [[NSArray alloc] init];
//convenience method
NSString *aString = [[NSString alloc] stringWithFormat:@"something..%d.", anumber];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment