I am using a nested TabbedPage within Xamarin Forms but would like to remove this TabbedPage from iOS as I am re-creating it and placing it at the top of the page. I have a custom renderer and inside the ViewDidLoad
method I am using this: TabBar.RemoveFromSuperview();
This removes the TabBar
but the space it occupied is still there. Does anyone know how to remove this space?