My application uses local notifications to alert the user to wake up at a specific time. The are allowed to select repeat intervals so that the alert will repeat everyday, every weekday, and every weekend day.
I'm able to get the alert to repeat everyday, and weekday, but I'm having difficulty having the alert repeat on every weekend day.
So far I'm using NSWeekdayCalendarUnit
and NSDayCalendarUnit
but there inst a calendar unit for weekend day. If someone could point me in the right direction I would appreciate it!