I would like to hide the tab bar of a TabbedPage when a specific page is pushed with Navigation.PushAsync()
. In iOS UIViewController.hidesBottomBarWhenPushed
does the job, is there any way to do the same with Xamarin.Forms? Or is there a method/property to hide the tab bar? I can't seem to find anything.
↧
Hide tab bar on push
↧