Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够安排 UILocalNotification 每天在同一时间重复,但仅限于工作日(没有星期六或星期日)。这是否可以使用 UILocalNotification 的重复间隔功能,或者是我唯一的选择来创建某种处理时间和日期并确定何时提前安排(几个)通知的类?
提前致谢。
是的,这是可能的。将repeatIntervalUILocalNotication 的 设置为NSWeekdayCalendarUnit。
repeatInterval
NSWeekdayCalendarUnit
这是可用的列表repeatIntervals。
repeatIntervals