标签: ios uilocalnotification unusernotificationcenter
例如,现在是8月10日上午11点。我想设定每天重复的本地通知,通知将从8月11日明天下午5点起触发。 我不希望今天下午5点显示通知。
使用UILocalNotification我能够做到这一点,是否可以使用UNUserNotificationCenter和UNNotificationRequest在iOS 10+中重现此行为?