Skip to content

Instantly share code, notes, and snippets.

@ghiboz
Created September 13, 2011 12:11
Show Gist options
  • Save ghiboz/1213680 to your computer and use it in GitHub Desktop.
Save ghiboz/1213680 to your computer and use it in GitHub Desktop.
new instance of array
NSMutableArray *athletesTemp = [[NSMutableArray alloc] init];
self.athletes = athletesTemp;
[athletesTemp release];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment