Closed armpogart closed 5 years ago
Latest pod scalessec/Toast v4.0 fixes issue, when top positioned toast is shown under notch.
I haven't checked whether everything runs correctly, or there is any other changes needed after updating ios library, but in my simple use case:
new Toasty({text: 'Удалено из избранных', position: ToastPosition.TOP}).show();
this update fixes safe area behavior and everything works.
Latest pod scalessec/Toast v4.0 fixes issue, when top positioned toast is shown under notch.
I haven't checked whether everything runs correctly, or there is any other changes needed after updating ios library, but in my simple use case:
this update fixes safe area behavior and everything works.