Hi,
Until now, the way to manage the status bar of IOS in XAML was to define:
<ContentPage.Padding>
</ContentPage.Padding>
BUT... on iPhone X, the value "20" is not correct anymore (the height of the status bar is more than 20...)
So, how to manage the height of the status bar on IOS now that the value can be different depending of the kind of machine ???
Thanks
Pit