iOS 17: Issues with SwiftUI NavigationLink not updating view state after dismissing modal
👀 Views: 2
💬 Answers: 1
📅 Created: 2025-06-11
swiftui navigation state-management
I'm encountering an issue where a `NavigationLink` in SwiftUI is not updating the view state correctly after dismissing a modal view in iOS 17. I have a main vi...