This feels like a silly question but I’m stumped. I working on an iOS app using XCode 4.2 and I can’t find an image file anywhere in the project. The image filename is passed to UIImage imageNamed: so it has to be somewhere local (not downloading it from remote server). What’s the best way to find the image?
In my own iOS projects it’s trivially easy to locate images: look in the Resources group in the project directory. I’ve inherited this application and looking in Resources turns up nothing.
The bottom of the navigation panel has an input field which filters what’s displayed