标签: ios notifications nsdateformatter
我正在安排一个本地通知,每个星期天都会发出通知。但我想如果下周有任何活动,那么我将在周日收到通知。如果那个星期没有事件而不是星期日的跳过通知。我有事件数组。我将设置
localNotification.repeatInterval = NSCalendarUnitWeekday;
所以我在星期天收到通知。我跳过它...... ??