我想设置每周重复一次的通知。怎么做,我看不到NSCalendarUnit.Week,只看到NSCalendarUnit.Day,我不能设置NSCalendarUnit.Day * 7。那么,该怎么做呢? notification.repeatInterval = NSCalendarUnit.WeekOfMonth有效吗?

notification.repeatInterval = NSCalendarUnit.

最佳答案

WeekOfMonthWeekOfYear怎么样?它们有两种不同的实现,因此请务必阅读两种文档。或查看this帖子。

关于ios - 设置每周打电话的通知,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34418436/

10-09 02:11