mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
styling updates to ios
This commit is contained in:
@@ -19,6 +19,14 @@ namespace Bit.iOS.Extension
|
||||
|
||||
public Context Context { get; set; }
|
||||
|
||||
public override void ViewWillAppear(bool animated)
|
||||
{
|
||||
UINavigationBar.Appearance.ShadowImage = new UIImage();
|
||||
UINavigationBar.Appearance.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
|
||||
|
||||
base.ViewWillAppear(animated);
|
||||
}
|
||||
|
||||
public override void ViewDidLoad()
|
||||
{
|
||||
base.ViewDidLoad();
|
||||
|
||||
Reference in New Issue
Block a user