Relative Content

Tag Archive for swiftuiwatchos

Picker from the toolbar in watchOS (SwiftUI)

What I’m trying to do is to display a picker in watchOS: this picker will have only 4 options, so I would like it to be in the style of .navigationLink.
Currently I have this code inside a view and everything works fine (DateRange is an enum):