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.

Accepted Reply

Apparently you can use TabView as pointed out by someone over Twitter <3

Replies

Apparently you can use TabView as pointed out by someone over Twitter <3