I'm getting this error when trying to run one of the XAML demos, trying to add padding to a content page for iOS:
<ContentPage.Padding>
<OnPlatform x:TypeArguments="Thickness"
iOS="0, 20, 0, 0" />
</ContentPage.Padding>
I'm getting this error when trying to run one of the XAML demos, trying to add padding to a content page for iOS:
<ContentPage.Padding>
<OnPlatform x:TypeArguments="Thickness"
iOS="0, 20, 0, 0" />
</ContentPage.Padding>