I wan't to display a SwiftUI View as fullscreen in watchOS (without the Cancel/Back Button or Clock)
View
watchOS
I've tried adding a Sprite Kit Scene to the view and also setting the .edgesIgnoringSafeArea(.all) but I'm still able to hide them or put a view under the top bar.
Sprite Kit Scene
.edgesIgnoringSafeArea(.all)
Unless it's a game, it's not possible to strip out the space at the top, watchOS reserves it so that the time is always visible to the user.
2.1m questions
2.1m answers
60 comments
57.0k users