Skip to main content
Known Participant
December 12, 2014
Question

Air iOS - Hide startus bar app.xml

  • December 12, 2014
  • 1 reply
  • 382 views

Hi,

I would like to hide the iOS 8 status bar and found the code snippet below.

How to add it to the app.xml?

I tried the following but received an error:

<iPhone>

<InfoAdditions><![CDATA[

<key>UIStatusBarHidden</key>

<true/>

<key>UIViewControllerBasedStatusBarAppearance</key>

<false/>       

]]></InfoAdditions>

</iPhone>

Thanks

This topic has been closed for replies.

1 reply

Inspiring
December 15, 2014

To remove the status bar completely set the fullscreen paremeter to true:

<fullScreen>true</fullScreen>