Posts

Post not yet marked as solved
0 Replies
750 Views
Hi,I am just trying to change the color of tabBar in the project.It should be as simple as this and it works on an iOS13 project without SwiftUI.UITabBar.appearance().tintColor = .redWhen using SwiftUI I get the stock blue color.Is there something else I need to do?I have tried to add a color to theTabbedView(selection: $selection){block, but that doesn't work on of the brackets.Could someone confirm this - or is this a known issue?
Posted
by jwknz.
Last updated
.