I have about 1500 images that are used in my app, they are similar to clip art. I wanted to know what the best way to store these is, and the way to loop through that folder to list all of the image names and paths.
Is it best to store all images in my app bundle? If so, how do I then list all contents at that directory path?
Is there a better alternative to this?