Initializer

init(_:isActive:destination:)

Creates a navigation link that presents a destination view when active, with a text label that the link generates from a localized string key.

Declaration 宣言

init(_ titleKey: LocalizedStringKey, isActive: Binding<Bool>, destination: () -> Destination)
Available when Label is Text and Destination conforms to View.

Parameters パラメータ

titleKey

A localized string key for creating a text label.

isActive

A binding to a Boolean value that indicates whether destination is currently presented.

destination

A view for the navigation link to present.

See Also 参照

Presenting with Programmatic Activation