Using build .639 and Latest Stable Build the status bar wont disappear, in my main.lua I have display.setStatusBar( display.HiddenStatusBar ) which works fine but on my Splash Screen the Status Bar is still there. This is my build.settings, Thanks for any help in advance
[lua]settings =
{
orientation =
{
default = “portrait”,
supported =
{
“portrait”, “portraitUpsideDown”
},
},
iphone =
{
plist =
{
UIPrerenderedIcon = true,
UIStatusBarHidden = true
},
}
}
[import]uid: 30314 topic_id: 20371 reply_id: 320371[/import]