# Objective - I want to hide the clock and the battery indicator on iOS ## Solution - Add the platform specific property `prefers_status_bar_hidden` on Window creation, and map it to `with_prefers_status_bar_hidden` in winit. ## Testing - Tested on iOS |
||
|---|---|---|
| .. | ||
| android_basic | ||
| android_example | ||
| android_example_native | ||
| bevy_mobile_example.xcodeproj | ||
| ios-src | ||
| src | ||
| .gitignore | ||
| build_rust_deps.sh | ||
| Cargo.toml | ||
| Makefile | ||