소스 검색

Launchscreen: Initially hide status bar

Mike JS. Choi 7 년 전
부모
커밋
1c93dc2eb0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Sources/VLC for iOS-Info.plist

+ 2 - 0
Sources/VLC for iOS-Info.plist

@@ -719,5 +719,7 @@
 			</dict>
 		</dict>
 	</array>
+	<key>UIStatusBarHidden</key>
+	<true/>
 </dict>
 </plist>