Layout glitches with Xcode 14 & iOS 16

I've upgraded to Xcode 14 and iOS 16, and now the app has a layout glitch when moving to new screens. You can see in the gif below the text and buttons move in the first few milliseconds when moving to a new screen. Any idea how to fix this?

https://media.giphy.com/media/lhGlbU4YXlx1RGlaW0/giphy.gif

Post not yet marked as solved Up vote post of mdacne Down vote post of mdacne
959 views

Replies

I have very similar issues with my app (which is using SwiftUI). When compiled with Xcode 13, the navigation transitions between complex views is smooth when run on iOS 15 and iOS 16. But as soon as I compile the app with Xcode 14, transitions between more complex views look messed up no matter whether the app is run on iOS 15 or iOS 16. I found no workaround other than using Xcode 13 again. Workarounds would be really appreciated.