SwiftUI bug with navigation view rotation? – Ios swift
While testing my app to make sure it behaves properly under screen rotations, I discovered that navigation links do not work after a certain sequence of rotations. The following is a MWE: struct ContentView: View { var body: some View…