Files
engine/drivers
jaypaik 34bc375705 iOS: Propagate VC UI preferences to SwiftUI hosting controller
The SwiftUI lifecycle wraps GDTViewController in a hosting controller
that becomes the window's root VC. iOS queries the root VC for
preferredScreenEdgesDeferringSystemGestures, prefersHomeIndicatorAutoHidden,
and prefersStatusBarHidden, but the hosting controller doesn't delegate
these to child VCs. This propagates the preference implementations onto
the root VC's class at runtime using class_addMethod.

(cherry picked from commit 0c8c425f9be73b3ff43b96e9998edb3608b743a0)
2026-03-18 09:39:19 -05:00
..
2025-10-07 08:11:29 -05:00
2026-01-11 22:52:40 +05:00