i don't know why, but this work for me on IOS 7
[[UIApplication sharedApplication] setStatusBarHidden:NO];
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationPortrait];
[super willRotateToInterfaceOrientation:UIInterfaceOrientationPortrait duration:0];