I just want a clear understanding of how UINavigationBar decides to change size on devices with the notch.
I have a child UINavigationController inside a UIViewController that is not full screen, and so it should not adjust for the notch. But no matter what I try, the _UIBarBackground doubles in size to height 88.
I have set automaticallyAdjustsScrollViewInsets = NO; in every parent view controller all the way up to the window.
What exactly is being checked? How can I prevent this?