Search code examples
ioscocoa-touchios7uinavigationbar

What is the default background color of the navigation bar in iOS 7?


I would like to set the background color of a menu to that of the navigation bar. What is the best way to do this?


Solution

  • The default navbar color in iOS 7 is [UIColor colorWithRed:(247.0f/255.0f) green:(247.0f/255.0f) blue:(247.0f/255.0f) alpha:1];