From cbf35f46928cbb383d05e91153c9c08d64870e16 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Thu, 20 May 2021 22:10:28 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ea811c3..b6277f0 100644 --- a/README.md +++ b/README.md @@ -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 app’s responsiveness by deferring computationally expensive tasks to the background.