Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

hide statusbar on splash-screen

is this possible, tried to set <statusbar-hidden>true</statusbar-hidden> in tiapp.xml, but it doesn't seem to work. do i have to change <statusbar-style>default</statusbar-style> too?

— asked March 29th 2010 by Christian Sigl
  • iphone
  • splash
  • statusbar
0 Comments

2 Answers

  • Accepted Answer

    Hmm <statusbar-hidden>true</statusbar-hidden> should be enough.
    Maybe you have to do a full rebuild?

    Navigate to myproject/build/iphone in the terminal and run

    xcodebuild clean -configuration Debug
    

    Cheers

    — answered March 29th 2010 by Jacob Waller
    permalink
    0 Comments
  • thanx, this really fixes it!

    — answered March 29th 2010 by Christian Sigl
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.