UI adjustment

This commit is contained in:
2020-05-09 08:38:31 +08:00
parent 33cac052f6
commit 8c9f79f06d
19 changed files with 492 additions and 314 deletions

View File

@ -51,6 +51,11 @@ namespace Pixiview.iOS.Renderers
{
return new AppShellTabBarAppearanceTracker();
}
protected override void UpdateBackgroundColor()
{
NativeView.BackgroundColor = Color.Transparent.ToUIColor();
}
}
public class AppShellItemTransition : IShellItemTransition