Detect same images name {iPhone SDK}
- by Momeks
hi , i want create image animation , i have 50 images with png format now i want set images name ... something like this but doesnt work !
my images name are : iamge_0000 to image_0050
NSArray *myImages = [NSArray arrayWithObjects:
[UIImage imageNamed:@"image_%d.png"], //image named doesnt work
??!?!?!?