Page 1 of 1

How to change Status Bar's color Or just make it overlap the header?

Posted: Sun May 04, 2014 4:45 pm
by GodSpeed JP1

My app's background color is dark.
But on iOS7,the status bar is always white BG style.
I want to make the status bar look like a part of the header.
So how can I change the Status Bar overlap the header?
Or change the status bar's style into dark style.
Image


How to change Status Bar's color Or just make it overlap the header?

Posted: Sun May 04, 2014 5:46 pm
by Illya Stepanov

Hi -

Have you tried to control the status bar behaviour in the App Settings - iOS Keys?
Image


How to change Status Bar's color Or just make it overlap the header?

Posted: Sun May 04, 2014 6:01 pm
by GodSpeed JP1

Hi Illya,
It doesn't work.
I tried all sytle option, but nothing changed.
It is always white on iOS7,and always black on iOS6.


How to change Status Bar's color Or just make it overlap the header?

Posted: Sun May 04, 2014 8:08 pm
by Illya Stepanov

This topic should be helpful: https://getsatisfaction.com/apperyio/...
-- another solution is to use PhoneGap plugin: https://github.com/phonegap-build/Sta...


How to change Status Bar's color Or just make it overlap the header?

Posted: Fri Aug 08, 2014 3:37 pm
by Mike6580064

GodSpeed JP1, are you having the issue of the status bar overlapping your header in iOS 7?


How to change Status Bar's color Or just make it overlap the header?

Posted: Sat Aug 09, 2014 7:21 am
by Alena Prykhodko

Hello Mike,

Do you need Support team help?


How to change Status Bar's color Or just make it overlap the header?

Posted: Mon Aug 11, 2014 12:07 pm
by Mike6580064

I'm just curious to see if everyone has the issue of the overlapping status bar on iOS 7 or not. From the looks of the attached screenshot, the iOS 7 status bar isn't transparent and overlapping the app content.


How to change Status Bar's color Or just make it overlap the header?

Posted: Tue Aug 12, 2014 10:43 am
by Maryna Brodina

Hello!

On App Settings--iOS keys please try setting the following keys

UIStatusBarHidden - YES
UIViewControllerBasedStatusBarAppearance - YES

This combination will hide status bar on iOS 6 version and show transparent status bar on iOS 7 version.