Procházet zdrojové kódy

new statusbar light

Marino Faggiana před 8 roky
rodič
revize
0d4483ca2d
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      iOSClient/Info.plist

+ 4 - 0
iOSClient/Info.plist

@@ -111,11 +111,15 @@
 	</array>
 	<key>UIRequiresFullScreen</key>
 	<true/>
+	<key>UIStatusBarStyle</key>
+	<string>UIStatusBarStyleLightContent</string>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>
 		<string>UIInterfaceOrientationLandscapeLeft</string>
 		<string>UIInterfaceOrientationLandscapeRight</string>
 	</array>
+	<key>UIViewControllerBasedStatusBarAppearance</key>
+	<false/>
 </dict>
 </plist>