iOS Status Bar Color External

Monte Goulding monte at sweattechnologies.com
Thu Dec 5 19:14:18 EST 2013


On 06/12/2013, at 10:49 AM, Nakia Brewer wrote:

> Seen this questions asked the other day but didn't see the answer.
> Has anyone put anything together yet to control the iOS Status Bar Colors?

Hmm... you should open a bug report on iphoneSetStatusBarStyle on two things:
 - the docs should note that translucent and opaque are deprecated in iOS 7
 - a new option "lightContent" should be added
 - add it as an option for the plist

Should take someone only a few minutes to fix. 

For the time being you could try editing the plist manually to set UIStatusBarStyle to UIStatusBarStyleLightContent

It's a very easy external too...

[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];

Cheers

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!




More information about the use-livecode mailing list