Post

Replies

Boosts

Views

Activity

Reply to How to change TabView background color with SwiftUI?
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:
Replies
Boosts
Views
Activity
Aug ’22