d7laungani / DLLocalNotifications

:speech_balloon: Easily create Local Notifications in swift - Wrapper of UserNotifications Framework
MIT License
214 stars 38 forks source link

Added a notificationsQueue function to get all queued notificaitons #17

Closed raguiar2 closed 5 years ago

raguiar2 commented 5 years ago

I noticed that it was difficult to reschedule notifications after they had been queued. This change will allow you to retrieve all notifications from the queue, and then

d7laungani commented 5 years ago

Thank you for your contribution . I have merged it in.