This is my design in Sketch:
Sketch says that the blue color is 70,164,239.
So I have the following code for my tab:
UINavigationBar
The tintColor
is a tint color. It combines with the translucency (is that a word?) of the bar, along with what's behind the bar, to give some other resulting color.
If you want full control over the actual color of a navigation bar, set its translucent
to false
and then give it a background image consisting of a rectangle of the desired color - and no tint color.