- Orientation and rotation detection in SwiftUI for iOS... cough... with UIKit
I needed to know the rotation direction of the device when it switched between orientations, so I could rotate a 2d array. I wanted it to feel modern and easy to use with SwiftUI, here is my attempt...