d7laungani / DLLocalNotifications

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

Support required #24

Closed nagarajavrao closed 5 years ago

nagarajavrao commented 5 years ago

After scheduling multiple notifications using the method scheduler.repeatsFromToDate (repeats between start & end time) , i cant stop a particular notification.

Requirement:-1. Start multiple notifications(one at a time) with the changeable start time, end time & range.

  1. stop a particular notification.

Could you help