Hello all, I am new to SwiftUI, but not new to programming by any means. I am working on an application that I need to change to another SwiftUI View when I click a button on the main page, and I cannot seem to get that working. I have been at this for quite some time now and would love some assistance. I am sure that I am missing something small.
Linking Views with NavigationView in SwiftUI
I figured it out.
Look at the NavigationView and NavigationLink. There's good sessions on SwiftUi with example code you can borrow.