Hello:
But how do I make the links to the views.
Post
Replies
Boosts
Views
Activity
When I press the buttons, there's nothing missing: NavigationLink between the keys
it doesn't work it doesn't go to View
struct MedicalView: View {
var body: some View {
Text("Medical")
}
}
Invalid redeclaration of 'MedicalView'
en NavigatedLink da error:
**init(destination:isActive:label:)' was deprecated in iOS 16.0: use NavigationLink(value:label:) inside a NavigationStack or NavigationSplitView
**
I have peusto the code to implement the toobar at the bottom