I have an app created in Xcode which has loads of images. To make it slimmer i created folders within Xcode as .atlas and made sure that these contained the (*.png) images i wanted.
from the storyboard and XCode navigator i can see the png files, and the UIImageView objects show the correct image selected from the dropdown.
so there is no problem with the images being accessed, and no issue with file name.
When i clean/build/run the app through the iPhone simulator no images show the outcome is blank...