Repeating local notifications for specific days of week (Swift 3 IOS 10)
问题 I am trying to schedule local notifications for specific days of week (e.g. Monday, Wednesday and etc) and then repeat them weekly. This is how the screen for setting notifications looks: User can select time for the notification and repeating days. My method for scheduling single non repeating notification looks like this: static func scheduleNotification(reminder: Reminder) { // Setup notification content. let content = UNMutableNotificationContent() //content.title = NSString