Programmatic navigation in SwiftUI with NavigationPath and navigationDestination
Published on: May 22, 2024One of the key features that was missing from SwiftUI when it first shipped was a good way to do programmatic navigation. There were some ways to handle this before iOS 16 introduced NavigationPath but it wasn’t very satisfying to use those APIs and they could be rather unreliable at times. To see an example, […]
Read post

