Initializer

init(destinationName:label:)

Creates a navigation link that presents a view from a WatchKit storyboard.

Declaration 宣言

init(destinationName: String, label: () -> Label)
Available when Label conforms to View and Destination is _WKStoryboardContent.

Parameters パラメータ

destinationName

The storyboard name of a view for the navigation link to present.

label

A view builder to produce a label describing the destination to present.

See Also 参照

Presenting a Destination View