I added a folder to Xcode with a collection of images, 456 images to be precise. I need to add these images to an NSMutableArray so I can later view them in an IKImageBrowserView. I could add each of these images manually to the NSMutableArray, but that would take a very long time. How can I access folders that are used by my program and add them to an NSMutableArray?
Thanks
Thanks