I set the color to be red on my navigation bar but becouse i have steak of controllers when i go back from one controler to other, the red color disappear and it becomes transparent. Any idea why ?
[[UINavigationBar appearance]setBarTintColor:[UIColor colorWithRed:255.0/255 green:92.0/255 blue:88.0/255 alpha:1]];
Go to AppDelegate of your project and in function
paste your code for changing the tint colour of navigation bar. It will work there.