On iOS 16, I noticed that the navigation bar title view is being aligned vertically to the top, I cannot figure out why. The odd thing is that some view controllers are fine (it's centered vertically). But some it's top aligned.
I thought maybe it had something to do with right/left bar button items, but after playing around with it - it doesn't seem to matter.
Is there some change in UIKit that is causing this?
Centered (In view controller A):
Top Aligned (In view controller B):
My component is the same in all cases where this heart graphic is - it's a subclass of UIImageView that sets the image to the heart.