开发者

repeat local notification

开发者 https://www.devze.com 2023-01-20 05:35 出处:网络
I use below code for repeat local notification every week notif.repeatInterval = NSWeekCalendarUnit; 开发者_JAVA技巧How can i repeat Notification every Sunday,Monday ?You\'ll need two different not

I use below code for repeat local notification every week

notif.repeatInterval = NSWeekCalendarUnit;

开发者_JAVA技巧How can i repeat Notification every Sunday,Monday ?


You'll need two different notifications that appear identical and repeat weekly.

0

精彩评论

暂无评论...
验证码 换一张
取 消