Include scenario for issue 'Switch not visible with NS 3.0 on ios #4175'

This commit is contained in:
SvetoslavTsenov
2017-05-19 18:32:55 +03:00
parent 6ba2a1e058
commit 8315c410ae

View File

@ -2,5 +2,6 @@
<StackLayout>
<Progress value="42" color="red" backgroundColor="green" height="10" width="300" />
<Switch checked="true" color="red" backgroundColor="green" height="30" width="52" borderWidth="2" borderColor="blue" borderRadius="15" />
<Switch />
</StackLayout>
</Page>