Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
859 views
in Technique[技术] by (71.8m points)

watchkit - Fullscreen view in watchOS with SwiftUI

I wan't to display a SwiftUI View as fullscreen in watchOS (without the Cancel/Back Button or Clock)

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.

question from:https://stackoverflow.com/questions/65650551/swiftui-how-to-align-vertical-top-with-vstack

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...