iOS Status Bar Color External

Nakia Brewer Nakia.Brewer at westrac.com.au
Thu Dec 5 19:25:15 EST 2013


Yeah I will lodge one.

Do we think it should have more configurability then just at the plist level?
For example,
I can see the status bar needing to change between different cards of an App...

-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at lists.runrev.com] On Behalf Of Monte Goulding
Sent: Friday, 06 December 2013 11:14
To: How to use LiveCode
Subject: Re: iOS Status Bar Color External


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!

_______________________________________________
use-livecode mailing list
use-livecode at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


COPYRIGHT / DISCLAIMER: This message and/or including attached files may contain confidential proprietary or privileged information. If you are not the intended recipient, you are strictly prohibited from using, reproducing, disclosing or distributing the information contained in this email without authorisation from WesTrac. If you have received this message in error please contact WesTrac on +61 8 9377 9444. We do not accept liability in connection with computer virus, data corruption, delay, interruption, unauthorised access or unauthorised amendment. We reserve the right to monitor all e-mail communications.






More information about the use-livecode mailing list