Post

Replies

Boosts

Views

Activity

Reply to Fatal safeAreaInsets Error on Certain iOS/iPadOS 26 Devices
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:
Oct ’25