自定义 UILocalNotification 重复间隔

发布于 2024-10-11 18:47:50 字数 157 浏览 7 评论 0原文

有没有办法指定 UILocalNotification 应该在哪几天触发?我希望能够设置不同的日期,比如说:仅在周一、周二和周日触发本地通知。有办法做到这一点吗?非常感谢! 更新:也许我可以为每一天设置多个本地通知,并给每个通知一个 NSWeekCaldnerUnit 的重复间隔。这是正确的做法吗?

is there a way to specify which days should an UILocalNotification fire? I want to be able to set different days, lets say: fire a local notification only on mondays, tuesdays and sundays. Is there a way to do that? Huge thanks!
Update: Maybe I can set multiple local notifications for each of the days and give each of them a repeatInterval of NSWeekCaldnerUnit. Is this a correct approach?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

2024-10-18 18:47:50

那么您应该使用三个不同的本地通知。

有关可用重复间隔的列表,请参阅 此处

You should use three different local notification then.

For a list of available repeatIntervals see here.

旧城烟雨 2024-10-18 18:47:50

是的,您可以使用此方法手动执行此操作。 dateByAddingTimeInterval()。只需输入一些时间,例如 24*60*60 到该方法,该方法会在一天后触发。在您想要的某些情况下尝试一下。

Yes You can do it manually by using this method.. dateByAddingTimeInterval().Just enter some time like 24*60*60 to that method which is fired after a day.Try it with some cases you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文