Guest User

Untitled

a guest
Jul 2nd, 2017
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.25 KB | None | 0 0
  1. //: Playground - noun: a place where people can play
  2.  
  3. import UIKit
  4. import UserNotifications
  5.  
  6.  
  7. let trigger = UNCalendarNotificationTrigger(dateMatching: DateComponents(hour: 23, minute: 59), repeats: true)
  8. print(trigger.nextTriggerDate() ?? "nil")
Advertisement
Add Comment
Please, Sign In to add comment