I'm using xcode 16.1 with SwiftUI. I have a program that needs another screen. How can I add navigation? All the youtube videos show you how to add navigation to a new program. Is there a video that shows you how to add navigation to an existing program? Any instruction would help. Thanks
navigation
@robert0605 You should review Bringing robust navigation structure to your SwiftUI app sample project. It's a great starting point to learn about using navigation links, stacks and destinations in SwiftUI.
Thank you very much.