Hi, I have an xamarin forms app when I testing in iphone the Navigation Bar overlap the Status Bar in almost all iphone devices except in the iphone X, I found a code for solve the overlap but in iphone X now the Navigation Bar don't look well, someone can help me??, the code I used is:
Padding = new Thickness(0, Device.OnPlatform(20, 0, 0), 0, 0);
↧
how to handle the Navigation Bar in iphone X
↧