views:

24

answers:

1

I use below code for repeat local notification every week

notif.repeatInterval = NSWeekCalendarUnit;

How can i repeat Notification every Sunday,Monday ?

+1  A: 

You'll need two different notifications that appear identical and repeat weekly.

Robot K