iphoneSetStatusBarStyle

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
iphoneSetStatusBarStyle <style>
Summary

Controls the style of the iOS status bar.

Introduced4.5.2
OSios
Platformsmobile
Parameters
NameTypeDescription
style

The style of the iOS status bar.

"default": The default mode for the device.
"translucent": Semi-transparent status bar (in this case the stack appears underneath it).
"opaque": A black status bar (in this case the stack appears below it in pre-iOS 7, and underneath it in iOS 7+).
"solid": A black status bar (in this case the stack appears below it).
Example
iphoneSetStatusBarStyle tStyle
iphoneSetStatusBarStyle "translucent"
RelatedCommand: mobileHideStatusBar, mobileShowStatusBar
Description

Use iphoneSetStatusBarStyle to change the style of the iOS status bar.