d7laungani / DLLocalNotifications

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

Can you add weekdays schedule? #6

Closed ezar closed 7 years ago

ezar commented 7 years ago

I want to repeat every day except weekend. Regards,

ezar commented 7 years ago

Anyone?

d7laungani commented 7 years ago

A hack can be is setup 5 notifications with the time you want it for each day and then set the repeats to .Weekly. That should solve your issue.