Is this a valid layout as it doesnt seem to do anything (beta 4)
– build.settings
settings =
{
iphone =
{
plist=
{
UIHiddenStatusBar=“YES”,
},
},
}
The above doesnt work and more so the iphone sdk says the plist setting is “UIStatusBarHidden” and not “UIHiddenStatusBar” but neither do a thing [import]uid: 5354 topic_id: 1088 reply_id: 301088[/import]
I might be doing all the hard work here but sometimes the plist generator needs to add a rather than a YES
are you doing this as it seems UIHiddenStatusBar=“YES” wont work and would never as it should be set like that
<key>UIStatusBarHidden</key>
<true></true>
These are your instructions I am following, ones that dont seem to work, P24 of the beta 2 guide. [import]uid: 5354 topic_id: 1088 reply_id: 2739[/import]