The Status Bar patch controls how the status bar appears on your device. You can hide or show it, with or without an animation. You can also give it a dark or light style. Since there is only one status bar on the device, the hide/show and darken/lighten inputs are implemented as signals to avoid ambiguity with other instances of this patch.
Hide
A signal that hides the status bar.
Show
A signal that shows the status bar.
Animation
The type of animation to use when hiding or showing the status bar. The choices are None, Fade, and Slide.
Darken
A signal that darkens the status bar.
Lighten
A signal that lightens the status bar.
Animate
Whether or not to animate when changing the status bar style.
Hidden
Outputs YES if the status bar is hidden.
Style
Outputs 0 if the dark style is set and 1 if the light style is set.