You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project covers all the requried code to trigger UILocalNotifications. It can be helpful when you want to trigger a Push Notification when a user reaches a particular location. Does not need internet connection.
The 21st project of "100 Days of Swift" tutorial course from Paul Hudson's "Hacking with Swift" website. The project presents an implementation of local notifications. Complete project, including solutions to first two challenges (the third one can be found in Project 2).