I dont know the exact code i need to retrieve all of the filenames of the resources in my iphone apps mainBundle. if i could have some kind of code like:
NSArray *array = [[NSBundle mainBundle] getAllResourceFilenames];
it would be helpful. thanks inadvanced for any help!