UILocalNotification 重复

Posted

技术标签:

【中文标题】UILocalNotification 重复【英文标题】:UILocalNotification Repeat 【发布时间】:2010-08-27 05:48:08 【问题描述】:

我想在每个星期日和星期一重复

我怎样才能做到这一点?

【问题讨论】:

【参考方案1】:

尝试设置 2 个通知,一个是星期日 fireDate,另一个是星期一 fireDate,并将两个 repeatIntervals 都设置为 NSWeekCalendarUnit

【讨论】:

以上是关于UILocalNotification 重复的主要内容,如果未能解决你的问题,请参考以下文章

取消具有重复间隔的 UILocalNotification

UILocalNotification 重复

UILocalNotification 2 分钟后重复警报

在特定日期重复 UILocalNotification

具有重复一次行为的 UILocalNotification,如 Messages App

我可以有自定义 UILocalNotification 重复间隔(即仅工作日?)