So, Xamarin advocates, and others, I invite you all to try and answer how can I have navigation page with tabbed page for iOS?
Sounds pretty simple, does it not? For android, no worries, no issues, nothing out of the ordinary, can customize anything I need.
For iOS on the other hand, despite me being told that I am the one who does not comprehend the practices of Xamarin (or in other words, the escape routes one needs to take in order for that to actually work), I can not have navigation page and tabbed page coexisting, without issues.
Here is what happens:
if (navigation page contains tabbed page)
{
no title is shown in the navigation bar
}
else if (each content page for the tabbed page is contained in a navigation page)
{
no icon or title is shown in the tab bar
}
else
{
The company manager does not want any else, there has to be a navigation page to allow opening other pages from the contents in each tab, and there has to be tabbed page and navigation bar for iOS
}
Now the million dollar question as they say in USA: how can we solve this "mystery"?
Thank you so much in advance, for all the answers and support (on using this sort of.. ah, tool, also known as Xamarin).
ContentPage
a Icon and title? – Gerald Versluis