Search code examples
iosiphonecocos2d-iphone

How to assign default landscape image for iphone in xcode4


I have created a universal app and I want to display a default image. I assigned all images to the properties we can set in xcode4. But I did not get any property where I can set iphone landscape image. and even where to set iphone-retina landscape image. I searched on web and i found that I should append -landscape to default image. I did that but does not worked. can anyone tell me how to do this?


Solution

  • You can only have a single default image for iPhone per resolution. Currently that's one for retina and one for older screens. This image must always be portrait even if your app launches in landscape only in which case you would create a landscape default image and rotate it 90 degrees to be portrait.