How can I make the status bar match a UINavigationBar's colour in Swift?

745 Views Asked by At

I'm trying to match the colour of the status bar with the colour of my UINavigationBar in Swift. I've added a UINavigationBar to my view controller, but I'm unable to match the status bar's colour.

Would I have to use a UINavigationBar, or is there another more convenient way?

0

There are 0 best solutions below