UILocalNotification 重复
我想在每周日和周一重复
我怎样才能做到这一点?
I want repeat on the Every Sunday and Monday
How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我想在每周日和周一重复
我怎样才能做到这一点?
I want repeat on the Every Sunday and Monday
How can I achieve this?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
尝试设置 2 个通知,一个通知为星期日
fireDate
,另一个通知为星期一fireDate
,并将两个重复间隔设置为NSWeekCalendarUnit
Try setting 2 notifications, one with a Sunday
fireDate
and the other with a MondayfireDate
and set both repeatIntervals toNSWeekCalendarUnit