From 56733e66527cd6c6e374fc8295eb376433ebcb6c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 16 May 2016 22:58:06 -0400 Subject: [PATCH] white status bar on ios --- src/App/Controls/ExtendedNavigationPage.cs | 2 +- src/iOS/Info.plist | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/src/App/Controls/ExtendedNavigationPage.cs b/src/App/Controls/ExtendedNavigationPage.cs index c67d4aeae..207a65b0d 100644 --- a/src/App/Controls/ExtendedNavigationPage.cs +++ b/src/App/Controls/ExtendedNavigationPage.cs @@ -21,7 +21,7 @@ namespace Bit.App.Controls { // default colors for our app BarBackgroundColor = Color.FromHex("3c8dbc"); - BarTextColor = Color.FromHex("ffffff"); + BarTextColor = Color.White; } } } diff --git a/src/iOS/Info.plist b/src/iOS/Info.plist index 5d8af2243..868928fd2 100644 --- a/src/iOS/Info.plist +++ b/src/iOS/Info.plist @@ -56,17 +56,9 @@ 0.0.1 UIMainStoryboardFile~ipad LaunchScreen - UIStatusBarTintParameters - - UINavigationBar - - Style - UIBarStyleDefault - Translucent - - BackgroundImage - - - + UIStatusBarStyle ++ UIStatusBarStyleLightContent ++ UIViewControllerBasedStatusBarAppearance ++