We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c404e5 commit 54e414eCopy full SHA for 54e414e
MVVMReactiveCocoa/Resource/Vertigo/Vertigo/TGRImageViewController.m
@@ -46,9 +46,9 @@ - (void)viewDidLoad {
46
self.imageView.image = self.image;
47
}
48
49
-- (BOOL)prefersStatusBarHidden {
50
- return YES;
51
-}
+//- (BOOL)prefersStatusBarHidden {
+// return YES;
+//}
52
53
- (UIInterfaceOrientationMask)supportedInterfaceOrientations {
54
return isPad ? UIInterfaceOrientationMaskLandscape : UIInterfaceOrientationMaskPortrait;
0 commit comments