Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //: Playground - noun: a place where people can play
- import UIKit
- import UserNotifications
- let trigger = UNCalendarNotificationTrigger(dateMatching: DateComponents(hour: 23, minute: 59), repeats: true)
- print(trigger.nextTriggerDate() ?? "nil")
Advertisement
Add Comment
Please, Sign In to add comment