swiftui tabview color code example
Example: swiftui tabview background color
Code Block init() { UITabBar.appearance().barTintColor = UIColor(Color(colorExtraLight)) // custom color. }
Code Block init() { UITabBar.appearance().barTintColor = UIColor(Color(colorExtraLight)) // custom color. }