How do I change the navigation bar title's colour?

.navigationBarTitle("Study")


It defaults to a greyish colour, if I wanted to change the colour what do I need to add? Thanks.

Replies

From my experience, you can't do this yet as of XCode 11.1 GM and WatchOS 6 in SwiftUI!


But we see in a WWDC'19 video that they are doing it on a sample project which I hope (as they say) will be published soon.

Hi, if you would like to change the tint of the whole watch application you can set the Global Tint property in at the root level of the Storyboard. It is not possible with SwiftUI to set the tint of an individual title.