Commit 36af6e88 authored by Mike Dougherty's avatar Mike Dougherty Committed by Commit Bot

[iOS] Hide status bar during launch.

The system truncates the middle of the launch screen if content is
centered on it and the status bar is visible. Hide the status bar while
the launch screen is displayed in order to prevent this distortion. After the
application launches, the status bar visibility will be based on the values
returned from |prefersStatusBarHidden| methods.

Bug: 784130
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Change-Id: I1ec35a8cf657e9eceb179b8f9da433fedc20161d
Reviewed-on: https://chromium-review.googlesource.com/1005782Reviewed-by: default avatarMark Cogan <marq@chromium.org>
Commit-Queue: Mike Dougherty <michaeldo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549947}
parent ed05d626
......@@ -126,6 +126,8 @@
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment