init(destinationName:label:)
Creates a navigation link that presents a view from a WatchKit storyboard.
Declaration
nonisolated init(destinationName: String, @ViewBuilder label: () -> Label)Parameters
- destinationName:
The storyboard name of a view for the navigation link to present.
- label:
A view builder to produce a label describing the
destinationto present.