JDStatusBarNotification icon indicating copy to clipboard operation
JDStatusBarNotification copied to clipboard

Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress. Written in Swift, compatible for ObjC!

Results 12 JDStatusBarNotification issues
Sort by recently updated
recently updated
newest added

It would be great to pass in a queue of statuses so that if a bunch of status updates are sent close to one another, you could prevent flashing of...

enhancement

#### Expectation: The notifications should display at the correct top-distance without additional user configuration. Furthermore - maybe a notification utilizing the island itself would be interesting. It would require a...

![image](https://github.com/calimarkus/JDStatusBarNotification/assets/26846337/c3576a99-f434-4707-9cc9-78513c18175a)

Hi, when I use this in SwiftUI when the text is too long it wont become taller to show the text in two line for example, it trims the end...

I implemented a queue for `NotificationPresenter` and some functions to add, present and delete notifications in the queue. At the end of the ExampleScreen I created a section to control...

Using them for title and subtitle would support localization for notification content with a string catalog.

It's a bit confusing to me that you don't give SwiftUI views to the function. Maybe implement something like this (similar to Alert and Sheet): ``` @State private var presentNotification...

hey, thanks for your awesome library, how can I dismiss the toast or notification in swiftUI form?

Tested on 12, 13, 14, 15 Pro simulator, and 12 Pro max real device SwiftUI view is not vertical centered on notch devices and is centered on dynamic island devices....

Here's what the implementation involves: 1. NotificationQueue: A new class that manages a queue of notifications: * Maintains a FIFO queue of notifications * Ensures notifications are presented sequentially *...