Did anyone manage to implement hiding TabBar on push (iOS)? I found here on forum some examples, but none of them works. I managed to hide TabBar by changing its frame in custom renderer, however ListViews/TableViews have white space in place of TabBar.
Of course I could set Margin="0,0,0,-49", but I'm looking for some generic working solution.
Posts
Did you resolve this?
@DavidClarke yes, I managed to resolve this. I posted the answer here:
https://stackoverflow.com/questions/46119640/how-to-hide-tab-bar-on-push-in-xamarin-forms
Also I wrote an article with full implementation:
https://wojciechkulik.pl/xamarin-forms/how-to-automatically-hide-tabbar-on-navigation
It's now work on iOS 13