Where do I place the launch image "Default.png" in my iPhone app's project directory?
Posted
by Dr Dork
on Stack Overflow
See other posts from Stack Overflow
or by Dr Dork
Published on 2010-05-09T14:21:53Z
Indexed on
2010/05/09
14:28 UTC
Read the original article
Hit count: 211
In the Apple documentation, it says...
iPhone OS looks for a Default.png file, located in the top level of the application bundle.
but I'm having a hard time figuring out how to get the image in that location in the bundle (I'm new to all this). I'm assuming my image will end up in the right place in the bundle when I compile it so long as I add it to the project correctly and place it in the right location in the project directory. My questions are...
- Where in my project directory should I place the "Default.png" image?
- Do I need add it to the project through Xcode? If so, how?
Thanks so much in advance for all your help! I'm going to continue researching this question right now.
© Stack Overflow or respective owner