Folder in resources!
Hi all...
I have a folder named "Test" in my resources. I have a lot of images in there. How can I load all the images from the folder "test" in an array?
I tried with:
testArr = [[NSArray alloc] initWithArray:[[NSBundle mainBundle] PathsForResourcesOfType:@"gif" inDirectory:@"Test"]];
But it doesn't work!
Thx for your help!
greez franhu
|