This commit is contained in:
Trey t
2023-06-20 23:25:52 -05:00
parent 695459ac06
commit 69c33f3c34
5 changed files with 169 additions and 69 deletions

View File

@@ -83,6 +83,7 @@ struct Werkout_iosApp: App {
as? UIWindowScene
let view = ExternalWorkoutDetailView()
.preferredColorScheme(.dark)
let controller = UIHostingController(rootView: view)
window.rootViewController = controller
window.isHidden = false