Post

Replies

Boosts

Views

Activity

Navigation Link Syntax
I used this code as part of a signup page but it keeps saying that the syntax of the navigation link was deprecated. How would I fix this? Example code: NavigationLink(destination: SignUpView(), isActive: $isNavigating) { Text("Don't have an account? Sign Up") .foregroundColor(.blue) } .padding(.top) } .padding() .navigationBarBackButtonHidden(true)
1
0
516
Jun ’23