white status bar on ios

This commit is contained in:
Kyle Spearrin 2016-05-16 22:58:06 -04:00
parent dc9ebbc5a7
commit 56733e6652
2 changed files with 5 additions and 13 deletions

View File

@ -21,7 +21,7 @@ namespace Bit.App.Controls
{
// default colors for our app
BarBackgroundColor = Color.FromHex("3c8dbc");
BarTextColor = Color.FromHex("ffffff");
BarTextColor = Color.White;
}
}
}

View File

@ -56,17 +56,9 @@
<string>0.0.1</string>
<key>UIMainStoryboardFile~ipad</key>
<string>LaunchScreen</string>
<key>UIStatusBarTintParameters</key>
<dict>
<key>UINavigationBar</key>
<dict>
<key>Style</key>
<string>UIBarStyleDefault</string>
<key>Translucent</key>
<false/>
<key>BackgroundImage</key>
<string></string>
</dict>
</dict>
<key>UIStatusBarStyle</key>
+ <string>UIStatusBarStyleLightContent</string>
+ <key>UIViewControllerBasedStatusBarAppearance</key>
+ <false/>
</dict>
</plist>