Quote:
Originally Posted by mr-sk
heh sorry - try this:
Code:
NSMutableArray *imageArray;
for (int c=0;c<300;c++)
{
NSString *imageName = [NSString stringWithFormat:@"name%d.png", c];
[imageArray addObject: imageName];
}
Something like that. It should add all the objects to "imageArray".
Set a break point and make sure its working.
|
Hey thanks for the all the info you gave us, it helped a lot. we did it a little bit differently than how you said but the info you gave us contributed to our success. We have a new problem though: the loaded image loads to the top left of the screen. I have another post with the specific info so if you know anything that could be going wrong, please tell us. Thanks again! The link is:
http://www.iphonedevsdk.com/forum/ip...rong-spot.html