I found that iPhone Xr and iPhone 11 get the height of the status bar on iOS14 is wrong. Through the following method
UIApplication.shared.statusBarFrame.height
The status bar height is 48 instead of 44.
UIApplication.shared.statusBarFrame.height
The status bar height is 48 instead of 44.