init(LocalizedStringKey , isActive : Binding<Bool>, destination: () -> 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.
Available when
Label
is Text
and Destination
conforms to View
.init<S>(S, isActive : Binding<Bool>, destination: () -> Destination)
Creates a navigation link that presents a destination view when active, with a text label that the link generates from a title string.
Available when
Label
is Text
and Destination
conforms to View
.init(destinationName : String, isActive : Binding<Bool>, label: () -> Label)
Creates a navigation link that presents a view from a WatchKit storyboard when active.
Available when
Label
conforms to View
and Destination
is _WKStoryboardContent
.