is there a way to specify which days should an UILocalNotification fire? I want to be able to set different days, lets say: fire a local notification only on mondays, tuesdays and sundays. Is there a way to do that? Huge thanks!
Update: Maybe I can set multiple local notifications for each of the days and give each of them a repeatInterval of NSWeekCaldnerUnit. Is this a correct approach?
is there a way to specify which days should an UILocalNotification fire? I want
Share
You should use three different local notification then.
For a list of available repeatIntervals see here.