Skip to content

Commit 54e414e

Browse files
committed
Fix bug
Former-commit-id: 2a7cdd6
1 parent 2c404e5 commit 54e414e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MVVMReactiveCocoa/Resource/Vertigo/Vertigo/TGRImageViewController.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ - (void)viewDidLoad {
4646
self.imageView.image = self.image;
4747
}
4848

49-
- (BOOL)prefersStatusBarHidden {
50-
return YES;
51-
}
49+
//- (BOOL)prefersStatusBarHidden {
50+
// return YES;
51+
//}
5252

5353
- (UIInterfaceOrientationMask)supportedInterfaceOrientations {
5454
return isPad ? UIInterfaceOrientationMaskLandscape : UIInterfaceOrientationMaskPortrait;

0 commit comments

Comments
 (0)