Xcode – How to change status bar color of a specific view in SwiftUI App Life Cycle?
I tried the solutions here: SwiftUI: Set Status Bar Color For a Specific View and here: SwiftUI: Set Status Bar Color For a Specific View Both of these solutions utilize SceneDelegate, which obviously doesn't exist in SwiftUI 2/3. Ideally, I'd…