elai950 / AlertToast

Create Apple-like alerts & toasts using SwiftUI
https://elai950.github.io/AlertToast/
MIT License
2.08k stars 187 forks source link

Alert isn't positioning correctly under iOS 16 #50

Closed idominiki closed 2 years ago

idominiki commented 2 years ago

Describe the bug The Alert style isn't positioning correctly under iOS 16. AlertToast(displayMode: .alert, type: .error(.red), title: "Can't connect to server")

Screenshots

Bildschirm­foto 2022-07-09 um 13 57 42

Desktop (please complete the following information):

idominiki commented 2 years ago

Sorry, I need to place the toast before the Spacer() ...