Skip to content

Instantly share code, notes, and snippets.

@kfatehi
Created November 25, 2011 12:56
Show Gist options
  • Save kfatehi/1393469 to your computer and use it in GitHub Desktop.
Save kfatehi/1393469 to your computer and use it in GitHub Desktop.
- (NSArray *) NSArrayOfNSDictionariesOfSize:(int)size {
NSMutableArray *returnedArray = blah bla bla
for(int i=size;i<size;i++)
create a dictionary, stuff it in the returnedArray at position i
return returnedArray;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment