I found a bug when building with Xcode 26.0+. The system incorrectly assumes the TabBar is hidden on app startup, which causes a layout issue until the first device rotation.
Workaround: In your target's Build Settings, set "Status Bar Initially Hidden" to "NO".
Also note that the UIStatusBarHidden key in your project's Info.plist directly controls the initial status bar visibility.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: