Skip to content

Commit c595c5e

Browse files
alexkblountAlex Blount
and
Alex Blount
authored
updating DotMatricClock to use SafeArea for rotation (xamarin#680)
Co-authored-by: Alex Blount <[email protected]>
1 parent 958673d commit c595c5e

File tree

1 file changed

+3
-1
lines changed
  • BoxView/DotMatrixClock/DotMatrixClock/DotMatrixClock

1 file changed

+3
-1
lines changed

BoxView/DotMatrixClock/DotMatrixClock/DotMatrixClock/MainPage.xaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
33
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
44
xmlns:local="clr-namespace:DotMatrixClock"
5+
xmlns:iOS="clr-namespace:Xamarin.Forms.PlatformConfiguration.iOSSpecific;assembly=Xamarin.Forms.Core"
56
x:Class="DotMatrixClock.MainPage"
67
Padding="10"
7-
SizeChanged="OnPageSizeChanged">
8+
SizeChanged="OnPageSizeChanged"
9+
iOS:Page.UseSafeArea="True">
810

911
<AbsoluteLayout x:Name="absoluteLayout"
1012
VerticalOptions="Center" />

0 commit comments

Comments
 (0)