1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

styling updates to ios

This commit is contained in:
Kyle Spearrin
2016-06-14 00:19:18 -04:00
parent f8f004a798
commit 4ba721b314
11 changed files with 20 additions and 11 deletions

View File

@@ -54,6 +54,9 @@ namespace Bit.iOS
Resolver.Resolve<IFingerprint>(),
Resolver.Resolve<ISettings>()));
UINavigationBar.Appearance.ShadowImage = new UIImage();
UINavigationBar.Appearance.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
return base.FinishedLaunching(app, options);
}