Crate bevy_ios_app_delegate

Source

Structs§

IosAppDelegatePlugin
Plugin to hook into iOS app delegate calls It will use swizzling to hook into UIApplication init to register our custom AppDelegate as soon as winit starts the UIKit initialization procedure This only takes effect on ios builds

Enums§

AppDelegateCall
Event being triggered based on AppDelegate calls