Mockup & CodeGen, iPhone & iPad($9.99)
Make your own iPhone appsand run them live!(free)
Manu($0.99)
NSMutableArray *listContent = [[NSMutableArray alloc] init]; for (int i = 0; i < 10; i++) { Data *data = (Data *)[appDelegate.dataInformation objectAtIndex:i]; [listContent addObject:data]; }