Explorar el Código

Disable ugly orangle status bar flare on iOS 6

Felix Paul Kühne hace 11 años
padre
commit
0f5786c67c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Sources/VLC for iOS-Info.plist

+ 1 - 1
Sources/VLC for iOS-Info.plist

@@ -196,7 +196,7 @@
 		<key>UINavigationBar</key>
 		<dict>
 			<key>Style</key>
-			<string>UIBarStyleDefault</string>
+			<string>UIBarStyleBlack</string>
 			<key>TintColor</key>
 			<dict>
 				<key>Blue</key>