In the case of iOS the title text of Tabbed pages looks too small. Furthermore, the visual is different from device to the device. For e.g. in the case of iPhone X it is centered well, however, in the case of iPhone 8, the text is pushed to the bottom instead of central (it almost touches the bottom of the screen).
The problem is that the Title is not being set fromwithin the TabbedPage.xaml.cs, in which the several pages are set as the children to the tabbed page, but rather within the C# code of the Content pages. The Title value given to the Content page is automatically shown in the Tabbed buttons.
I have found a few sources explaining how this can be achieved by using styles in Android, but found nothing regarding the formatting of the actual tabbed page label text for iOS.
Any help will be appreciated.