Update README.md

This commit is contained in:
Jungpyo Hong
2021-05-20 22:10:28 -05:00
committed by GitHub
parent 9d1f2af3f5
commit cbf35f4692

View File

@ -410,6 +410,13 @@ unwrappedData -> Input actual data from file or server
## Third Party Library
[This github](https://github.com/vsouza/awesome-ios) contains all the popular libraries in Swift:+1:
Recommand Useful Library
- [SDWebImage]
- [Hero]
- [Alamofire]
- [RxSwift]
## 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.