From 858abeafbf0c443a685bc8dd6704f3724582a0bc Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Thu, 2 Sep 2021 01:02:29 -0500 Subject: [PATCH] update notificationCenter section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3cb3929..06173e7 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Feel free to fork this repository and pull requests!! - [APNs](#APNS) - [Set Up APNs](#Set-Up-APNs) - [APNs Usage](#APNs-Usage) +- [NotificationCenter](#NotificationCenter) - [FRP](#FRP) - [Rxswift](#Rxswift) - [Combine](#Combine) @@ -1800,6 +1801,10 @@ First, go to **Signing & Capabilities** and add two features like this - [Push Notifications Tutorial: Getting Started](https://www.raywenderlich.com/11395893-push-notifications-tutorial-getting-started) +## NotificationCenter + + - [How To: Using Notification Center In Swift](#https://learnappmaking.com/notification-center-how-to-swift/) + ## FRP Functional Reactive Programming