How to make tabbar appearance non-transparent in SwiftUI, without tapping in UIKit properties? – Ios swift
UITabBar.appearance().isTranslucent = false I can do this thing in swiftui controller's init method, but I want to use swiftui code to perform the same action, instead of UIKit code.