I am using Cocos2d and Xcode 4. My app currently displays the launch image in portrait mode, then switches to landscape so the image is on its side, then launches the app. How can I: 1. Make it run the launch image for a certain duration. 2. Make it display it in Landscape mode, not portrait. Any Help is appreciated. Thanks!
|
Can't you just make your image in landscape and use that? Basically like what zeiteisen said. Just open up gimp or photoshop and make a new image: 480w X 320h. |
|||
|
|
To make your launch image display in landscape mode, simply append As for showing your launch image for a certain duration, you have two options: display a "launch image" view controller initially and dismiss it after the desired duration (allows you to fade the image out, etc.), or simply call |
|||||||
|
|
Just rotate the Default.png in your favourite image editor like Photoshop. |
|||||||
|
|
I had a similar problem and fixed it by changing the view to landscape in Interface Builder. Mine is still animating though from the initial portrait orientation of the Window (not settable to landscape in IB). |
|||
|
|
|
In
Removing this fixes the rotating splash screen problem. |
|||
|
|