mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-01-30 09:31:35 +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)
|
- [JSON](#JSON)
|
||||||
- [JSONDecoder](#JSONDecoder)
|
- [JSONDecoder](#JSONDecoder)
|
||||||
- [JSONSerialization](#JSONSerialization)
|
- [JSONSerialization](#JSONSerialization)
|
||||||
- [Notification Center](#Nofitication-Center)
|
- [Notification Center](#Notification-Center)
|
||||||
- [UserDefaults](#UserDefaults)
|
- [UserDefaults](#UserDefaults)
|
||||||
- [How to find documentDirectory](#How-to-find-documentDirectory)
|
- [How to find documentDirectory](#How-to-find-documentDirectory)
|
||||||
- [Store Object](#Store-Object)
|
- [Store Object](#Store-Object)
|
||||||
@ -686,6 +686,9 @@ This library provide JSON parsing
|
|||||||
|
|
||||||
## Notification Center
|
## 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
|
## UserDefaults
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user