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.