From fe325e97bf2765e58a404a9e6471427217d987f5 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Mon, 30 Aug 2021 01:21:58 -0500 Subject: [PATCH] update combine recommend book --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b572cf..97cacc6 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ To download images into device, only thing is this ```swift if let data = try? Data(contentsOf: urls), let image = UIImage(data: data) { - UIImageWriteToSavedPhotosAlbum(image, nil, nil, nil) + UIImageWriteToSavedPhotosAlbum(image, nil, nilil) } ``` Just **change urls into your image URL** @@ -1823,7 +1823,7 @@ Combine released on iOS13 from Apple for Functional Reactive Programming. | Book Name | Authors Name | | :----------- | :----------- | -| | | +| Combine: Asynchronous Programming with Swift | raywenderlich Tutorial Team | ## RxCombine