我可以有自定义 UILocalNotification 重复间隔(即仅工作日?)
Posted
技术标签:
【中文标题】我可以有自定义 UILocalNotification 重复间隔(即仅工作日?)【英文标题】:Can I have custom UILocalNotification repeat intervals (i.e. weekdays only?) 【发布时间】:2010-11-08 03:49:35 【问题描述】:我希望能够安排 UILocalNotification 每天在同一时间重复,但仅限于工作日(没有星期六或星期日)。这是否可以使用 UILocalNotification 的重复间隔功能,或者是我唯一的选择来创建某种处理时间和日期并确定何时提前安排(几个)通知的类?
提前致谢。
【问题讨论】:
【参考方案1】:是的,这是可能的。将 UILocalNotication 的repeatInterval
设置为NSWeekdayCalendarUnit
。
这里是a list of available repeatIntervals
。
【讨论】:
以上是关于我可以有自定义 UILocalNotification 重复间隔(即仅工作日?)的主要内容,如果未能解决你的问题,请参考以下文章