, iOS 10. , - , - UNCalendarNotificationTrigger, UNTimeIntervalNotificationTrigger a UNNotificationContentExtension.
:
, , . (, 11:00 ), , , , ( tempNotification)
let nextDayAt11AMDate =
let trigger = UNTimeIntervalNotificationTrigger(timeInterval: nextDayAt11AMDate.timeIntervalSinceDate(NSDate()), repeats: false)
( , UNNotificationContentExtension ), didReceive:, , , , , ( actualNoticfication)
let date = DateComponents()
date.hour = 11
date.minute = 00
let trigger = UNCalendarNotificationTrigger(dateMatching: date, repeats: true)
, , , 100% (, , tempNotification, actualNotification ), , , ...