In this video, we will learn how to add local notification to our iOS app in swift. We will schedule local notification to get fired up after certain time interval elapsed. In order to add or create local-notification in swift we will user UserNotifications framework provided in IOS SDK.
We are going to use UNTimeIntervalNotificationTrigger, UNMutableNotificationContent, UNNotificationRequest classes provided in SDK.
Source code can be downloaded from part 2 of this video series.