Update README.md

This commit is contained in:
Jungpyo Hong 2021-04-28 23:42:01 -05:00 committed by GitHub
parent 3726e53a56
commit 92c9f3b645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@
- [API](#API)
- [JSON](#JSON)
- [Third Party Library](#Third-Party-Library)
- [GCD](#GCD)
- [Useful Stuff](#Useful-Stuff)
- [Show Preview in UIKit(Build UI with Code Base)](#show-preview-in-uikitbuild-ui-with-code-base-----)
- [Write README.md](#write-readmemd)
@ -183,6 +184,8 @@ This extension makes JSON more structable
### JSONSerialization
## GCD
GCD(Grand Central Dispatch) is a low-level API for managing concurrent operations. It can help you improve your apps responsiveness by deferring computationally expensive tasks to the background.
## Third Party Library
[This github](https://github.com/vsouza/awesome-ios) contains all the popular libraries in Swift:+1: