I am currently using the Xamarin Forms TabbedPage and I have noticed that the more option behaves in a way that I did not expect.
It seems as if it creates its own navigation controller and embeds the rest of the pages in that. Meaning that there is a back button that takes me back to "More" if I select an item. I am trying to get my setup working like native iOS. Is there a way that I can do this with a custom renderer or is it set in stone?