shell hide tab code example
Example: shell hide tab
public AppShell()
{
InitializeComponent();
Shell.SetTabBarIsVisible(this, false);
}
public AppShell()
{
InitializeComponent();
Shell.SetTabBarIsVisible(this, false);
}