SwiftUI NavigationView causing blank screen on iOS 16 when using @State for data
👀 Views: 3
💬 Answers: 1
📅 Created: 2025-05-31
swiftui navigation state
I'm facing an issue with using `NavigationView` in SwiftUI on iOS 16. When I try to navigate from one view to another, the destination view appears blank. I hav...