Can anyone tell me the RGB for the default iPhone navigation bar blue? I know that you can normally set the default color by setting
self.navigationBarTintColor = nil;
However, that doesnt work in this case, so I need to set the exact blue.
Thanks for your answer, Doonot