I want to set notification to repeat every week. How to do that, I don't see NSCalendarUnit.Week
, only see NSCalendarUnit.Day
, and I can't set NSCalendarUnit.Day * 7
. So, how to do this? Does notification.repeatInterval = NSCalendarUnit.WeekOfMonth
work?
notification.repeatInterval = NSCalendarUnit.