I'm trying to change my navigation bar colour and I do it with this famous command:
navController.navigationBar.tintColor = [UIColor colorWithRed:57/255.0 green:50/255.0 blue:36/255.0 alpha:0];
(or alpha:1)
The problem is that the Color appears as graduate (white on the top edge, dark on the button)- how can i get rid of this "effect" and make my colour uniform