danielsaidi / SystemNotification

SystemNotification is a Swift SDK that helps you mimic the native iOS system notification in SwiftUI.
MIT License
428 stars 14 forks source link

Simplify presenting multiple notifications with a single modifier #1

Closed danielsaidi closed 3 years ago

danielsaidi commented 3 years ago

This library should support presenting multiple types of messages with a single modifier. You can already do this today, by creating an observable object and let it specify the icon title and text, but I want this to be build into the library.