My app runs in landscape mode and auto rotates fine with the device orientation.
I have an image ‘Deafult-Landscape.png’ which seems to be used for the splash image. However, depending on the orientation of the device this will appear upside down. Is there a way to make it appear the correct way?
Also, I am building for iPad and touch, so how do I get it to use a different default image for the iPad dimensions?
This is my current build file.
settings =
{
orientation =
{
default = "landscapeRight",
supported =
{
"landscapeRight","landscapeLeft"
},
},
iphone =
{
plist =
{
UIStatusBarHidden=true,
CFBundleIconFile = "Icon.png",
CFBundleIconFiles = {
"Icon.png" ,
"Icon@2x.png" ,
"Icon-72.png" ,
},
},
}
}
Many thanks,
Gareth [import]uid: 51494 topic_id: 22702 reply_id: 322702[/import]