Navigation Bar color change

146 Views Asked by At

I am using Xcode 4.5.2 when setting navigation bar color using tint color property .now navigation bar color has the white shadow above my navigation bar color

1

There are 1 best solutions below

0
AudioBubble On

Please try

[[UINavigationBar appearance] setBarTintColor:[UIColor blackColor]];