fix(ios): scrollview safe area when no scroll (#6568)

This commit is contained in:
Martin Yankov
2018-11-19 09:23:06 +00:00
committed by GitHub
parent efe331862f
commit f90995f8f9
3 changed files with 6 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
</Page.actionBar>
<ScrollView>
<StackLayout>
<StackLayout backgroundColor="teal">
<GridLayout height="30" backgroundColor="red" />
<GridLayout height="30" backgroundColor="yellow" />
<GridLayout height="30" backgroundColor="green" />

View File

@@ -7,7 +7,7 @@
<GridLayout>
<ScrollView>
<StackLayout>
<StackLayout backgroundColor="teal">
<GridLayout height="30" backgroundColor="red" />
<GridLayout height="30" backgroundColor="yellow" />
<GridLayout height="30" backgroundColor="green" />