I have a UIKit tabbar view that contains three views, one of which is a UIViewControllerRepresentable wrapper around a UIKit view controller. Everything works fine except when that wrapped view is visible, the tab bar icons for the other two views disappear. Tapping within their bounds still works to select those views as expected, and they’re even visible in screenshots and in the debug view of the view hierarchy (they also display normally when running the iPad version of the app on Mac), so I’m not sure where to turn except perhaps a bug report. Is this a known issue when running UIKit views within a SwiftUI TabBar or where should I look next?
SwiftUI TabBar Icons Disappearing
A bug report is your best bet – if you could post the feedback number after you file, I'll try to get eyes on it soon. Thanks!
I should add that this only happens when the affected view is configured with .edgesIgnoringSafeArea(.all) in the TabView.