I would like to set the background (bar tint color) of a toolbar in iOS 7 to the default color (white, light gray) as shown in the screen shot below.
I tried both color variants, but none matches the default color which looks like this:

Which would be the correct color to specify here?
self.navigationController.toolbar.barTintColor = // ????
use this:
self.navigationController.toolbar.barTintColor = nil;
self.navigationController.toolbar.translucent = YES;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With