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

changes duplicated `.bottom` item to `.bottomTrailing` #27

Closed adrianorezena closed 1 year ago

adrianorezena commented 1 year ago

For those using swiftlint, the duplicated .bottom item requires to disable the duplicate_conditions item.

sanzaru commented 1 year ago

@adrianorezena Thanks for the fix!