Prechádzať zdrojové kódy

new statusbar light

Marino Faggiana 8 rokov pred
rodič
commit
0d4483ca2d
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  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>