if i got an id *object
object[size] may be 20000,
but i want to
NSArray *listContent = [[NSArray alloc] initWithObjects:
[Product productWithType
bjects[i+1] name
bjects]
........
,nil];
how can i alloc all the objects in a listContent, i can't find out this use a for loop, thx
object[size] may be 20000,
but i want to
NSArray *listContent = [[NSArray alloc] initWithObjects:
[Product productWithType
........
,nil];
how can i alloc all the objects in a listContent, i can't find out this use a for loop, thx