mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:35:28 +07:00
Update README.md
This commit is contained in:
parent
3726e53a56
commit
92c9f3b645
@ -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 app’s 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:
|
||||
|
Loading…
Reference in New Issue
Block a user