Initializer

init(_:destination:)

Creates a navigation link that presents a destination view, with a text label that the link generates from a title string.

Declaration 宣言

init<S>(_ title: S, destination: Destination) where S : StringProtocol
Available when Label is Text and Destination conforms to View.

Parameters パラメータ

title

A string for creating a text label.

destination

A view for the navigation link to present.

See Also 参照

Deprecated Initializers