'How to add UNCalendarNotificationTrigger alarm daily from next day to everyday on LocalNotificationCenter in Swift
I have a question on Local Notification in Swift.
I want to add daily alarm from next day to everyday but can't write it.
let component: DateComponents = {
return Calendar.current.dateComponents([.hour, .minute], from: dateComponent)
}()
let trigger = UNCalendarNotificationTrigger(dateMatching: component, repeats: true)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
