Set a notification for a specific Date

I have seen a lot of tutorials online on how to set a notification on a timer, say every 20 seconds. But I would like a notification to appear on a specific date lets say July 9th, 2017 at 9 pm only once. Anyone have any ideas?

Hi @zalubski

There are plenty examples of this on the stackoverflow. Basically you need to use the ā€œfire dateā€ property.
Here is a related answer: swift - Launch a local notification at a specific time in iOS - Stack Overflow

Nikita

Thanks I will check it out.