iPhone - what is the difference between NSWeekCalendarUnit and NSWeekdayCalendarUnit?

后端 未结 3 1173
温柔的废话
温柔的废话 2021-01-03 01:28

I am trying to set a repeatingInterval of a UILocalNotification using these values but, as always, Apple docs are vague as hell.

Any clues?

thanks.

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 01:46

    NSWeekdayCalendarUnit means every sunday ur notification will comming.

    NSWeekCalendarUnit means every 7th day your notification will coming

提交回复
热议问题