0
votes

I want to use a custom navigtionBarTitle color. I have tried to do the following

But the color doesn't change :(. I want to use a custom color and not an UIColor.

I hope someone can help me with this.

1
Check out this for customizing the navigationbar: ioscreator.com/tutorials/…simibac

1 Answers

1
votes

try

.navigationBarTitle(Text("Hello World").foregroundColor(Color.red))