NavigationButton in SwiftUI

Does SwiftUI now have a NavigationButton? And if not, what is it replaced by?

Answered by in
Accepted Answer

it's called a NavigationLink and it works inside a NavigationView. Look it up on the docs for how to use it.

Thanks a lot!

NavigationButton in SwiftUI
 
 
Q