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
changes duplicated `.bottom` item to `.bottomTrailing` #27
For those using swiftlint, the duplicated
.bottom
item requires to disable theduplicate_conditions
item.