We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 958673d commit c595c5eCopy full SHA for c595c5e
BoxView/DotMatrixClock/DotMatrixClock/DotMatrixClock/MainPage.xaml
@@ -2,9 +2,11 @@
2
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
3
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
4
xmlns:local="clr-namespace:DotMatrixClock"
5
+ xmlns:iOS="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
6
x:Class="DotMatrixClock.MainPage"
7
Padding="10"
- SizeChanged="OnPageSizeChanged">
8
+ SizeChanged="OnPageSizeChanged"
9
+ iOS:Page.UseSafeArea="True">
10
11
<AbsoluteLayout x:Name="absoluteLayout"
12
VerticalOptions="Center" />
0 commit comments