if( ([[[UIDevice currentDevice] systemVersion] doubleValue]>=7.0)) { [self.navigationBar setBarTintColor:[UIColor redColor]]; [self.navigationBar setTranslucent:NO]; }
if( ([[[UIDevice currentDevice] systemVersion] doubleValue]>=7.0)) { [self.navigationBar setBarTintColor:[UIColor redColor]]; [self.navigationBar setTranslucent:NO]; }