I use below code for repeat local notification every week
notif.repeatInterval = NSWeekCalendarUnit;
How can i repeat Notification every Sunday,Monday ?
I use below code for repeat local notification every week
notif.repeatInterval = NSWeekCalendarUnit;
How can i repeat Notification every Sunday,Monday ?
You'll need two different notifications that appear identical and repeat weekly.