Game Development Community

Hide iPod touch status bar

by Komar "FLy" Sergey · in iTorque 2D · 06/15/2009 (6:06 am) · 23 replies

Hello, does anybody know, how can I hide iPod touch status bar, I found only "$pref::iPhone::StatusBarHidden (true/false)", but it doesnt work. Here is a screenshoot:
img-fotki.yandex.ru/get/3607/flymyxa.0/0_12f69_747d0f97_L
Page«First 1 2 Next»
#21
05/04/2010 (7:28 pm)
set : <StatusBarHidden>1</StatusBarHidden>
in commonConfig.xml
#22
05/05/2010 (10:47 am)
And the plist used can be found in your Xcode project (target -> Get Info -> Info.plist file).
#23
09/07/2014 (7:38 pm)
For iOS 7 do this:

Add the following to your Info.plist:



UIViewControllerBasedStatusBarAppearance

BOOLEAN is NO
Page«First 1 2 Next»