ChenYilong / ChenYilong/iOS10AdaptationTips
UILocalNotification vs UNNotificationRequest
Open
- Dominant language
- Objective-C
- Stars
- 632
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Now while we use the new notifications framework, `repeats` option is Boolean.
`var trigger = UNTimeIntervalNotificationTrigger.withTimeInterval(5.0, repeats: false)`
But earlier, in UILocalNotification, we could specify different `repeatInterval`s.
`localNotification.repeatInterval = .Minute`
`localNotification.repeatInterval = .Month`
Is there a way to do that in the new framework?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.