Ver código fonte

Hide status bar from sample projects

Max Katz 3 anos atrás
pai
commit
6f13012ba7

+ 4 - 0
samples/ControlCatalog.iOS.Legacy/Info.plist

@@ -39,5 +39,9 @@
     </array>
     <key>XSAppIconAssets</key>
     <string>Assets.xcassets/AppIcon.appiconset</string>
+    <key>UIStatusBarHidden</key>
+    <true/>
+    <key>UIViewControllerBasedStatusBarAppearance</key>
+    <false/>
 </dict>
 </plist>

+ 4 - 0
samples/ControlCatalog.iOS/Info.plist

@@ -39,5 +39,9 @@
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+    <key>UIStatusBarHidden</key>
+    <true/>
+    <key>UIViewControllerBasedStatusBarAppearance</key>
+    <false/>
 </dict>
 </plist>