0

I am using this color code #142148.

OutPut top bar view

[[UINavigationBar appearance] setBarTintColor:Default_blue_color];
[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]];
[[UINavigationBar appearance] setBarStyle:UIBarStyleBlackOpaque];
trungduc
  • 11,926
  • 4
  • 31
  • 55
Shiv Pogra
  • 93
  • 5
  • Possible duplicate of [Set background color for UINavigationBar](https://stackoverflow.com/questions/11114583/set-background-color-for-uinavigationbar) – Alper May 03 '18 at 08:29

1 Answers1

0

I think tint is just a tint, not an exact color.

nielsbot
  • 15,922
  • 4
  • 48
  • 73