bevy/examples/mobile
François Mockers 94b9fe384f
can hide status bar on iOS (#17179)
# 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
2025-01-06 19:19:56 +00:00
..
android_basic
android_example
android_example_native
bevy_mobile_example.xcodeproj
ios-src
src can hide status bar on iOS (#17179) 2025-01-06 19:19:56 +00:00
.gitignore
build_rust_deps.sh
Cargo.toml
Makefile