Change page padding.
protected override void OnAppearing() | |
{ | |
base.OnAppearing(); | |
var safeInsets = On<Xamarin.Forms.PlatformConfiguration.iOS>().SafeAreaInsets(); | |
safeInsets.Left = 24; | |
this.Padding = safeInsets; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment