iPhone 14 Pro:
status bar height : 54
navigator bar originY : 53.667
is this a system bug? it happens on simulator and real device. this may cause some problems when I use the (navigator bar height + status bar height) to calculate the originY of the content view.
for example, i set the content view's originY to 98(54 + 44), but the navigator bar's originY is 53.667, so the content view's originY needs to be 98.667. it will have a gap 0.333px between the navigator bar and the content view.