sanzaru / SimpleToast

SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or MacOS applications in SwiftUI. Because of the flexibility to show any content it is also possible to use the library for showing simple modals.
Apache License 2.0
387 stars 33 forks source link

Fix example #28

Closed nibe closed 1 year ago

nibe commented 1 year ago

Use isPresented instead of deprecated isShowing. Also added some top margin.

sanzaru commented 1 year ago

Thanks for your fix @nibe!