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.
我正在安排UILocalNotifications我的项目。目前我正在安排每天的通知。现在客户要求做一些特定的场景,比如每隔一周安排一次。有没有办法做到这一点?请任何人提出解决方案。
UILocalNotifications
提前致谢
此处提供的答案可以根据您的需要进行调整。
更改localNotification.repeatInterval = NSDayCalendarUnit;为localNotification.repeatInterval = NSWeekCalendarUnit;(在使用 NSDateComponents 将其提取出来之后)将是一个开始。
localNotification.repeatInterval = NSDayCalendarUnit;
localNotification.repeatInterval = NSWeekCalendarUnit;
使用 Ekeventkit 商店在特定日期/日期等显示警报。
您应该阅读Apple 文档