1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-13 14:53:18 +00:00

UI updates to ios extension

This commit is contained in:
Kyle Spearrin
2016-06-11 01:17:08 -04:00
parent e22918a562
commit afbc5a903b
7 changed files with 67 additions and 32 deletions

View File

@@ -28,8 +28,7 @@ namespace Bit.iOS.Extension
public override void ViewDidLoad()
{
base.ViewDidLoad();
View.BackgroundColor = UIColor.FromPatternImage(new UIImage("boxed-bg.png"));
NavigationController.SetNavigationBarHidden(true, false);
View.BackgroundColor = UIColor.FromPatternImage(new UIImage("bg.png"));
_context.ExtContext = ExtensionContext;
}