trigger.io | Styling the status bar (where appear carrier signal) - trigger.io

I develop an app with trigger.io for iOS 7.
My application is "dark" style.
By default, the status bar remain white/gray. (the status bar i talk about is the apple bar where appear carrier name, time, etc..)
I want this bar to be with a black background and white text. (or anything like that, but nice with a dark application).
I am afraid i can't customize this (it would be a very bad news for me).
I tried to modify the Info.plist with
key:UIViewControllerBasedStatusBarAppearance
bool value : false
key : UIStatusBarStyle
value : UIStatusBarStyleLightContent
but it seem to corrupt my generated ipa.
Is there any way to achieve this ?
Thanks

If you're using the latest version of the display module, your app should fill the whole screen on iOS7. This also includes the part behind the status bar. You can therefore change the background color of the top 20px of your app to the color of your choice, in this case black.

Related

Safari View Controller URL/Navigation box (text field) color

Preface:
I'm using SFSafariViewController to login to Steam.
I'm trying to customise the SFSafariViewController.
What I've got so far:
I'm developing the app for iOS 10, which allows both preferredControlTintColorand preferredBarTintColor.
As you can notice the URL/Navigation box (text field) is almost white.
I would like to change this color to the same as the BarTintColor.
Optional
When SFSafariViewController is presented, there are a few milliseconds before the URL is loaded, during which the background color is white. I would also like to change this to a darker color.
As Per Apple's documentation on SFSafariViewController, there is no way to change URL/Navigation box (text field) color. Apple suggests that you use WKWebView if you need a custom browser interface (I also used same).

IMvxPictureChooserTask resetting status bar color iOS

I am using IMvxPictureChooserTask in my app. I have my status bar set to light content throughout the application and after the picture chooser pops up, the status bar goes back to default (black) and remains that way throughout the rest of my view controllers. This is a known issue with iOS. It is clear from the linked SO thread how you'd resolve the issue normally, but I'm at a loss on how to fix this when using the IMvxPictureChooser.

Hide Battry Icon in ios7

Hi All
I am making an app which has a side menu as shown in image. In whole app status bar is visible but in the situation when side menu is open then i have to hide battery icon as in image.
Any idea how to do that.
App is for iOS 7 only
Thanks in Advance
it is not possible in iOS, you only hide status bar fully in iOS.
It is not possible. You can do either hiding the status bar or changing the status bar color as like of in Facebook application.
For status bar color change refer the link UIStatusBar as in Facebook new iOS7 application

Creating a bar(like Volume Bar or Progress bar) in blackberry

I want to create a Bar (like that of Volume Bar or Progress bar) . A Bar as such which is a rectangle and has a default colour say Black, then when i touch the bar from one side to other it changes colour to the point when i habe touch it
My research says one can use TouchEvent.MOVE for this .But am confused as to how to proceed about it Please Guide me
A Progress Bar as shown below
Please download and configure sample code from the BlackBerry Developer Support Knowledge Base:
Implement advanced buttons, fields, and managers

How can I change the color of the top most bar (Carrier/Clock etc.) in iOS using Forge?

I am trying to customize the color of the top most bar in an iOS app using Trigger/Forge. Is that even possible? I couldn't seem to find anything about it in the docs.
Thanks in advance.
Update: we're re-considering implementing status bar customisation. The reasons:
Android doesn't support styling of the status bar (you can only show/hide)
the status bar is not style-able at all on the iPad (see The Status Bar)
on Windows Phone the system tray appears and hides according to activity
Until we can find some good common ground that will be useful and applicable cross-platform, we're putting this on hold.
Original answer:
This is not currently possible with Trigger.io: you're the first requester :)
I've created a story to address this and will report back here when it's complete. Estimated completion: 4th June 2012.
I have a temporary solution for hiding it(however it might work for styling also)
If you want do hide it you can still edit the Info.plist file in the result of your build(you will have to do it every time you completely re-build you app)
EDIT:
I just checked it and yes you can change the status bar style by adding the :
Status bar style key to Info.plist file
It is now possible to completely remove the status bar with the fullscreen option in our display module:
http://docs.trigger.io/en/v1.4/modules/display.html#field-fullscreen
We have not implemented status bar customization per James' answer

Resources