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?
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
-
thanx, this really fixes it!