我有一个时间选择器,用户在其中选择时间,我在用户选择时间之前或之后十分钟向用户发送通知。假设如果用户选择时间为上午 11:00,那么我希望通知在上午 10:55 触发。我无法减去和增加十分钟的时间。因为我是新手,请帮忙。我花了很多时间在上面仍然无法解决这个问题。任何帮助不胜感激
Calendar
减去分钟:
Calendar.current.date(byAdding: .minute, value: -10, to: yourDate)
使用 iOS 的日历。
let beforeThreeMinutes = Calendar.current.date(byAdding: .minute, value: -3, to: datePicker.date(