UINavigationBar appearance for no bottom line

This commit is contained in:
Kyle Spearrin 2019-07-03 17:37:33 -04:00
parent fac9ae4b6c
commit 64506a7080
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ namespace Bit.iOS.Core.Utilities
public static void SetAppearance(string theme)
{
SetThemeVariables(theme);
UINavigationBar.Appearance.ShadowImage = new UIImage();
UINavigationBar.Appearance.SetBackgroundImage(new UIImage(), UIBarMetrics.Default);
UIStepper.Appearance.TintColor = MutedColor;
if(!LightTheme)
{