update combine recommend book

This commit is contained in:
Jungpyo Hong 2021-08-30 01:21:58 -05:00 committed by GitHub
parent 417e2b8c31
commit fe325e97bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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