I’m building a game for the iphone and it’s only in landscape mode. I want to add launch image in xcode, but I don’t get the image to load. How can this be done?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is what I did to make launch image work in landscape mode application:
I opened the image in Pixelamtor and rotated it 90 degrees. This made the image 320×480. You can obviously do the same procedure in Photosop, or other image editing program. Then I named the image Default.png and dragged it into xcode. Do the same procedure with your Default@2x.png launch image, which should be 640×960.
That’s it.
The problem I had was that I opened up the iphone simulator the launch image didn’t appear. However, when I ran it via the iphone, the launch image appeared. I assume this is a bug in the iphone simulator.