When I build an app with Xcode 14.0.1, then on iOS 16 the leftBarButtonItem is placed too far to the left and the rightBarButtonItem is placed way too far to the right on the UINavigationBar. But with the same build it still looks fine on iOS 15.5 and below.
Does anyone have an idea how I can get everything on the UINavigationBar to display properly on iOS 16?
I have already tried all three styles of UINavigationItemStyle that are available since iOS 16. No success. With all 3 styles it looks like on the picture.
It's about the "Cancel" and "Done" buttons, which you can see in the image:
4
0
2.2k