mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-01-29 09:01:15 +07:00
Update README.md
This commit is contained in:
parent
edaf56d5b2
commit
2bf09d182c
@ -54,7 +54,7 @@ Feel free to fork this repository and pull requests!!
|
||||
- [JSON](#JSON)
|
||||
- [JSONDecoder](#JSONDecoder)
|
||||
- [JSONSerialization](#JSONSerialization)
|
||||
- [Notification Center](#Nofitication-Center)
|
||||
- [Notification Center](#Notification-Center)
|
||||
- [UserDefaults](#UserDefaults)
|
||||
- [How to find documentDirectory](#How-to-find-documentDirectory)
|
||||
- [Store Object](#Store-Object)
|
||||
@ -686,6 +686,9 @@ This library provide JSON parsing
|
||||
|
||||
## Notification Center
|
||||
|
||||
A notification dispatch mechanism that enables the broadcast of information to registered observers.
|
||||
|
||||
[NotificationCenter Apple Document](https://developer.apple.com/documentation/foundation/notificationcenter)
|
||||
|
||||
## UserDefaults
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user