The SwiftUI way of having multiple pages on watchOS

Hello,

I'm looking for a way I can achieve multiple pages on watchOS in the new SwiftUI App Structure.

In Storyboard you can set a relationship segue "next page". But does anyone know how to achieve this in SwiftUI without using storyboards.

I expected to find something for this in WindowGroup but without success.

Or do I need to change my design to have one screen instead.
Answered by hiddevdploeg in 629071022
Apparently you can use TabView as pointed out by someone over Twitter <3
Accepted Answer
Apparently you can use TabView as pointed out by someone over Twitter <3
The SwiftUI way of having multiple pages on watchOS
 
 
Q