When checking our app for bugs on iOS 16 we have realized that behavior on the NavigationBar changes, even on non 14 Pro models. There are multiple issues and we are wondering how to fix them. All issues came with no change in code. Just running the app on iOS 16.
- On some views iOS changes the title style to "large". It used to be and should be inline.
- On some views the title gets displayed inline during the push animation but as soon as the animation finishes the title style changes to large. This causes a UI jump. On other views the title just disappears completely.
- On some views the title is properly inline, but when showing a sheet and dismissing it causes the title to completely disappear from the NavigationBar.
We are using UIHostingControllers to wrap all our SwiftUI views. Maybe there's some issue here.