# statusBarHidden

> Returns if status bar should be hidden. Supported on iOS only; on Android, the status bar is always hidden.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.3/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static bool statusBarHidden { get; set; }
```
