In my iPad app, I have the barStyle property set to UIBarStyleBlack by this code:
// in viewDidLoad
self.navigationController.toolbar.barStyle = UIBarStyleBlack;
Strangely, when I rotate my iPad, the barStyle will sometimes reset to the gray / grey color. Any ideas on why this might be happening?