iphone - How can I iterate over image resources inside one group? -
In my "groups and files" I have created something like this:
Picture> GUI picture> Fu Picture> Foo> Bar
Now I want to redo all the images which are placed in pictures> Foo> Bar is it possible? I'm afraid it's not because the system did not care much about "folders" when loading the file.
If your images are in a sub-folder of your .app bundle, Call the paths to create an nsbundle and get a nsareay of paths for the FORResourcesOfType.
Comments
Post a Comment