When switching to a SwiftUI app (built with Xcode 26.5) from an app with an active keyboard, the target app's tab bar incorrectly floats above the keyboard safe area. This layout issue occurs even though the target app does not display a keyboard and contains only a tab bar and scroll views.
Vertical layout breaks after app switching from active keyboard context.
Hello @a.mclaughlin,
I don't think I've seen this before, are you able to reproduce the issue in a new, minimal Xcode project to demonstrate?
Tab bars are intended to be used as the root container of an app's visual architecture. Is this the case for your app? I've seen all sorts of unexpected results when this is not the case.
For more information, see Design Guide HIG for Tab Bars.
If you are consistently able to reproduce this I recommend getting a head start and filing a bug report with Feedback Assistant. Upload your project and the affected platform/versions there. Include your steps to reproduce the issue, so whoever finds the report can easily reproduce. If you file a report, reply with the feedback number so I can make sure its routed correctly.
Travis
Yes we've been able to replicate in a simple project with a TabView at the root of the app and just simple ScrollViews in each tab. Feedback report is FB23901879