Swift Tutorial: How to create local notifications in iOS app using swift 5

Опубликовано: 02 Май 2019
на канале: Swift Tutorials
7,735
112

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.