Chris
Chris

Reputation: 147

How to change color or navigation bar in launchscreen.storyboard?

So I am trying to use launchscreen.storyboard for my launch screen and I embedded in a navigation bar and a tab bar.

Now my app's navigation bar color and tab bar color is not the default color.

Is there anyway for me to change the launch screen's navigation and tab colors? ( there is no way to add in programmatically since luanchscreen.storyboard is not supposed to have class, right?)

or do I have to use images instead?

Upvotes: 2

Views: 1540

Answers (1)

Anbu.Karthik
Anbu.Karthik

Reputation: 82759

Step-1

select your navigationController -> click navigation bar --> change barTintColor

for E.g

enter image description here

Upvotes: 2

Related Questions