update notificationCenter section

This commit is contained in:
Jungpyo Hong 2021-09-02 01:02:29 -05:00 committed by GitHub
parent 03f119e50f
commit 858abeafbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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