Hey everyone,
There's a first class SwiftUI method for this now: https://developer.apple.com/documentation/swiftui/tabview/toolbarbackground(_:for:)
You can modify the TabView like so:
TabView {
ContentView()
}
.toolbarBackground(.red, for: .tabBar)
Hope that helps!
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: