Reply to Scrolling is backwards with external devices when rotating to landscape mode The issue seems to be that the window's frame was incorrectly tied to the old UIScreen.main.bounds value instead of the scene's windowScene.coordinateSpace.bounds. Changing that resolved the issue. UI Frameworks UIKit 2w